[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 (&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

_______________________________________________
dbus mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dbus
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.