[PATCH 5/7] Fix misleading indention to avoid respective compiler warning

Thomas Zimmermann tdz at users.sourceforge.net
Tue Aug 9 19:18:30 UTC 2016


Signed-off-by: Thomas Zimmermann <tdz at users.sourceforge.net>
---
 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 (&current_token, &retval, error))
-		goto error;
+                goto error;
 
-		_dbus_string_free (&current_token);
+              _dbus_string_free (&current_token);
 
-		if (!_dbus_string_init (&current_token))
-		  {
-		    _DBUS_SET_OOM (error);
-		    goto init_error;
-		  }
+              if (!_dbus_string_init (&current_token))
+                {
+                  _DBUS_SET_OOM (error);
+                  goto init_error;
+                }
 
               break;
 
-- 
2.7.4



More information about the dbus mailing list