From: Simon McVittie Date: Mon, 21 Feb 2022 15:29:46 +0000 (+0000) Subject: spawn-unix: Correct indentation X-Git-Tag: dbus-1.13.22~2^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715a1a920d06f5c7ee66629691ff892d7870ff04;p=thirdparty%2Fdbus.git spawn-unix: Correct indentation Signed-off-by: Simon McVittie --- diff --git a/dbus/dbus-spawn-unix.c b/dbus/dbus-spawn-unix.c index 5550ffac1..6a888eb57 100644 --- a/dbus/dbus-spawn-unix.c +++ b/dbus/dbus-spawn-unix.c @@ -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;