From 06455ab12fe0df1278899ce31ae7a771495186ea Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 19 Jul 2007 11:28:42 +0000 Subject: Minor coding style fixes --- audio/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/manager.c') diff --git a/audio/manager.c b/audio/manager.c index 23811ae2..b84d684b 100644 --- a/audio/manager.c +++ b/audio/manager.c @@ -1186,7 +1186,7 @@ static void manager_unregister(DBusConnection *conn, void *data) info("Unregistered manager path"); if (devices) { - g_slist_foreach(devices, (GFunc)remove_device, NULL); + g_slist_foreach(devices, (GFunc) remove_device, NULL); g_slist_free(devices); devices = NULL; } -- cgit