From e9fcc529a54338a8a1834f6bf92681eca1bd3e8e Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 24 Oct 2008 22:16:32 +0300 Subject: Fix whitespace in function pointer declaration --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit