summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-21 15:29:46 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-25 14:57:18 +0000
commit0e4b432f71e20aa7b606125b5d530e9669adffd1 (patch)
tree6832cecebdb998f2c1d133da2bf9a541dcfb001d
parentba6fdab22d677f9363be1b23d93e6314a5c2b321 (diff)
downloaddbus-0e4b432f71e20aa7b606125b5d530e9669adffd1.tar.gz
spawn-unix: Correct indentation
Signed-off-by: Simon McVittie <smcv@collabora.com> (cherry picked from commit 715a1a920d06f5c7ee66629691ff892d7870ff04)
-rw-r--r--dbus/dbus-spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c
index 8ab529a4..61c7e619 100644
--- a/dbus/dbus-spawn.c
+++ b/dbus/dbus-spawn.c
@@ -1396,7 +1396,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;