From: João Paulo Rechi Vita Date: Fri, 12 Jul 2013 17:51:24 +0000 (-0300) Subject: bluetooth: Fix coding style X-Git-Url: https://code.delx.au/pulseaudio/commitdiff_plain/ed4d0d989c1d90202414077080356d14ca0ac7de bluetooth: Fix coding style --- 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;