gdbus: Replace leading spaces with tabs Trivial formatting fix.
diff --git a/gdbus/object.c b/gdbus/object.c index 214fd84..3101ca6 100644 --- a/gdbus/object.c +++ b/gdbus/object.c
@@ -291,7 +291,7 @@ { 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) @@ -305,7 +305,7 @@ dbus_message_unref(secdata->message); g_free(secdata); return; - } + } } void g_dbus_pending_error_valist(DBusConnection *connection, @@ -314,7 +314,7 @@ { 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; @@ -333,7 +333,7 @@ dbus_message_unref(secdata->message); g_free(secdata); return; - } + } } void g_dbus_pending_error(DBusConnection *connection,