From ed4d0d989c1d90202414077080356d14ca0ac7de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20Paulo=20Rechi=20Vita?= Date: Fri, 12 Jul 2013 14:51:24 -0300 Subject: [PATCH] bluetooth: Fix coding style --- src/modules/bluetooth/module-bluetooth-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/bluetooth/module-bluetooth-device.c b/src/modules/bluetooth/module-bluetooth-device.c index ea3db48e..de29e527 100644 --- a/src/modules/bluetooth/module-bluetooth-device.c +++ b/src/modules/bluetooth/module-bluetooth-device.c @@ -2411,7 +2411,7 @@ static pa_hook_result_t discovery_hook_cb(pa_bluetooth_discovery *y, const pa_bl return PA_HOOK_OK; } -int pa__init(pa_module* m) { +int pa__init(pa_module *m) { pa_modargs *ma; uint32_t channels; struct userdata *u; -- 2.39.2