From 715a1a920d06f5c7ee66629691ff892d7870ff04 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 Feb 2022 15:29:46 +0000 Subject: [PATCH] spawn-unix: Correct indentation Signed-off-by: Simon McVittie --- dbus/dbus-spawn-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3