mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02:00
gdbus-tool: Fix some invalid indentation
Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=788594
This commit is contained in:
@@ -1643,7 +1643,7 @@ handle_introspect (gint *argc,
|
||||
|
||||
if (!request_completion && !g_dbus_is_name (opt_introspect_dest))
|
||||
{
|
||||
g_printerr (_("Error: %s is not a valid bus name\n"), opt_introspect_dest);
|
||||
g_printerr (_("Error: %s is not a valid bus name\n"), opt_introspect_dest);
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user