]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
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>
Tue, 22 Feb 2022 19:21:12 +0000 (19:21 +0000)
Signed-off-by: Simon McVittie <smcv@collabora.com>
dbus/dbus-spawn-unix.c

index 5550ffac19bac7fb31f04a00b2d47e19b33c9a37..6a888eb572df15ac0c78195093cefcfea950d777 100644 (file)
@@ -1443,7 +1443,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;