spawn-unix: Correct indentation
authorSimon McVittie <smcv@collabora.com>
Mon, 21 Feb 2022 15:29:46 +0000 (15:29 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 14:57:18 +0000 (14:57 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 715a1a920d06f5c7ee66629691ff892d7870ff04)

dbus/dbus-spawn.c

index 8ab529a..61c7e61 100644 (file)
@@ -1396,7 +1396,7 @@ _dbus_spawn_async_with_babysitter (DBusBabysitter          **sitter_p,
           _dbus_assert_not_reached ("Got to code after write_err_and_exit()");
        }
       else if (grandchild_pid == 0)
-      {
+        {
 #ifdef __linux__
           int fd = -1;