mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
Huge trailing whitespace cleanup. Let's keep the tree pure from here on,
mmmkay? git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1418 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1a460ee40a
commit
521daf6f0a
283 changed files with 3742 additions and 3742 deletions
|
|
@ -22,7 +22,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_hook_connect(&hook, (pa_hook_cb_t) func1, (void*) "slot1");
|
||||
slot = pa_hook_connect(&hook, (pa_hook_cb_t) func2, (void*) "slot2");
|
||||
pa_hook_connect(&hook, (pa_hook_cb_t) func1, (void*) "slot3");
|
||||
|
||||
|
||||
pa_hook_fire(&hook, (void*) "call1");
|
||||
|
||||
pa_hook_slot_free(slot);
|
||||
|
|
@ -30,6 +30,6 @@ int main(int argc, char *argv[]) {
|
|||
pa_hook_fire(&hook, (void*) "call2");
|
||||
|
||||
pa_hook_free(&hook);
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue