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:
Philip Withnall 2017-10-09 10:46:37 +01:00
parent b3acf58779
commit 51e91e35c1

View File

@ -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;
}