spawn-unix: Correct indentation

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-02-21 15:29:46 +00:00
parent 9b7bea10c2
commit 715a1a920d

View 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;