notifier: Fix small coding style issue
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 22:19:28 +0000 (00:19 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 28 Apr 2012 22:19:28 +0000 (00:19 +0200)
src/notifier.c

index 0681aa1..aaa8c9a 100644 (file)
@@ -136,7 +136,7 @@ static void state_changed(void)
 
        connman_dbus_property_changed_basic(CONNMAN_MANAGER_PATH,
                                CONNMAN_MANAGER_INTERFACE, "State",
-                                               DBUS_TYPE_STRING, &notifier_state);
+                                       DBUS_TYPE_STRING, &notifier_state);
 }
 
 static void technology_connected(enum connman_service_type type,