diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-24 22:16:32 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-10-24 22:16:32 +0300 |
commit | e9fcc529a54338a8a1834f6bf92681eca1bd3e8e (patch) | |
tree | c8d077d6d10bdec7d7ebcf362019062fb229155b /audio/headset.c | |
parent | f30452e5bb796f869eff945402ecf1d4fedb8077 (diff) |
Fix whitespace in function pointer declaration
Diffstat (limited to 'audio/headset.c')
-rw-r--r-- | audio/headset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.c b/audio/headset.c index cb11e40a..c7428aac 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -459,7 +459,7 @@ static unsigned int connect_cb_new(struct headset *hs, } static void send_foreach_headset(GSList *devices, - int (*cmp)(struct headset *hs), + int (*cmp) (struct headset *hs), char *format, ...) { GSList *l; |