summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-10-24 22:16:32 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-10-24 22:16:32 +0300
commite9fcc529a54338a8a1834f6bf92681eca1bd3e8e (patch)
treec8d077d6d10bdec7d7ebcf362019062fb229155b
parentf30452e5bb796f869eff945402ecf1d4fedb8077 (diff)
Fix whitespace in function pointer declaration
-rw-r--r--audio/headset.c2
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;