From a371306710b7267a2c9fa6ebece90e17ee7bff2e Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 12 Feb 2009 03:57:59 +0100 Subject: tabs are evil --- src/modules/bluetooth/module-bluetooth-device.c | 10 +++++----- src/modules/bluetooth/module-bluetooth-discover.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modules') diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index 0e0542e1..7011220e 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -73,8 +73,8 @@ PA_MODULE_USAGE( "rate= " "channels= " "path= " - "sco_sink= " - "sco_source="); + "sco_sink= " + "sco_source="); static const char* const valid_modargs[] = { "name", @@ -1309,7 +1309,7 @@ static int add_sink(struct userdata *u) { pa_proplist_update(u->sink->proplist, PA_UPDATE_MERGE, p); pa_proplist_free(p); - if (!u->hsp.sink_state_changed_slot) + if (!u->hsp.sink_state_changed_slot) u->hsp.sink_state_changed_slot = pa_hook_connect(&u->core->hooks[PA_CORE_HOOK_SINK_STATE_CHANGED], PA_HOOK_NORMAL, (pa_hook_cb_t) sink_state_changed_cb, u); } else { @@ -1550,13 +1550,13 @@ static int card_set_profile(pa_card *c, pa_card_profile *new_profile) { if (u->sink) { inputs = pa_sink_move_all_start(u->sink); - if (!USE_SCO_OVER_PCM(u)) + if (!USE_SCO_OVER_PCM(u)) pa_sink_unlink(u->sink); } if (u->source) { outputs = pa_source_move_all_start(u->source); - if (!USE_SCO_OVER_PCM(u)) + if (!USE_SCO_OVER_PCM(u)) pa_source_unlink(u->source); } diff --git a/src/modules/bluetooth/module-bluetooth-discover.c b/src/modules/bluetooth/module-bluetooth-discover.c index 3f8a7511..01340e16 100644 --- a/src/modules/bluetooth/module-bluetooth-discover.c +++ b/src/modules/bluetooth/module-bluetooth-discover.c @@ -43,8 +43,8 @@ PA_MODULE_AUTHOR("Joao Paulo Rechi Vita"); PA_MODULE_DESCRIPTION("Detect available bluetooth audio devices and load bluetooth audio drivers"); PA_MODULE_VERSION(PACKAGE_VERSION); PA_MODULE_USAGE("sco_sink= " - "sco_source=" - "async="); + "sco_source=" + "async="); static const char* const valid_modargs[] = { "sco_sink", -- cgit