summaryrefslogtreecommitdiffstats
path: root/audio/manager.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-07-19 11:28:42 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-07-19 11:28:42 +0000
commit06455ab12fe0df1278899ce31ae7a771495186ea (patch)
tree2d920840f7fc912be92b5bb81e2a6255825a6735 /audio/manager.c
parentfb2c49cfc95ee82f77df6b8242199599f5e9f9ee (diff)
Minor coding style fixes
Diffstat (limited to 'audio/manager.c')
-rw-r--r--audio/manager.c2
1 files changed, 1 insertions, 1 deletions
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;
}