[PATCH 5/7] Fix misleading indention to avoid respective compiler warning
Thomas Zimmermann <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <[email protected]> |
Signed-off-by: Thomas Zimmermann <[email protected]> --- dbus/dbus-shell.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dbus/dbus-shell.c b/dbus/dbus-shell.c index de7c21b..5a27dd5 100644 --- a/dbus/dbus-shell.c +++ b/dbus/dbus-shell.c @@ -419,15 +419,15 @@ tokenize_command_line (const char *command_line, DBusError *error) { case '\n': if (!delimit_token (¤t_token, &retval, error)) - goto error; + goto error; - _dbus_string_free (¤t_token); + _dbus_string_free (¤t_token); - if (!_dbus_string_init (¤t_token)) - { - _DBUS_SET_OOM (error); - goto init_error; - } + if (!_dbus_string_init (¤t_token)) + { + _DBUS_SET_OOM (error); + goto init_error; + } break; -- 2.7.4 _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus