mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01: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:
parent
b3acf58779
commit
51e91e35c1
@ -1643,7 +1643,7 @@ handle_introspect (gint *argc,
|
|||||||
|
|
||||||
if (!request_completion && !g_dbus_is_name (opt_introspect_dest))
|
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;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user