mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 09:58:07 +02:00
spawn-unix: Correct indentation
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
9b7bea10c2
commit
715a1a920d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue