mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: Fix coding style
This commit is contained in:
parent
4359647841
commit
ed4d0d989c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue