Trivial formatting fix. --- gdbus/object.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gdbus/object.c b/gdbus/object.c index 9689006..d58a1a8 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -226,7 +226,7 @@ void g_dbus_pending_success(DBusConnection *connection, { GSList *list; - for (list = pending_security; list; list = list->next) { + for (list = pending_security; list; list = list->next) { struct security_data *secdata = list->data; if (secdata->pending != pending) @@ -240,7 +240,7 @@ void g_dbus_pending_success(DBusConnection *connection, dbus_message_unref(secdata->message); g_free(secdata); return; - } + } } void g_dbus_pending_error_valist(DBusConnection *connection, @@ -249,7 +249,7 @@ void g_dbus_pending_error_valist(DBusConnection *connection, { GSList *list; - for (list = pending_security; list; list = list->next) { + for (list = pending_security; list; list = list->next) { struct security_data *secdata = list->data; DBusMessage *reply; @@ -268,7 +268,7 @@ void g_dbus_pending_error_valist(DBusConnection *connection, dbus_message_unref(secdata->message); g_free(secdata); return; - } + } } void g_dbus_pending_error(DBusConnection *connection, -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html