summaryrefslogtreecommitdiff
path: root/dbus/dbus-spawn-unix.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-02-21 15:29:46 +0000
committerSimon McVittie <smcv@collabora.com>2022-02-22 19:21:12 +0000
commit715a1a920d06f5c7ee66629691ff892d7870ff04 (patch)
treea211b4fdfb873ab0e4f5e5546ffdb1249aa74de4 /dbus/dbus-spawn-unix.c
parent9b7bea10c2cce9fc67d651942716a5280113afee (diff)
downloaddbus-715a1a920d06f5c7ee66629691ff892d7870ff04.tar.gz
spawn-unix: Correct indentation
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/dbus-spawn-unix.c')
-rw-r--r--dbus/dbus-spawn-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-spawn-unix.c b/dbus/dbus-spawn-unix.c
index 5550ffac..6a888eb5 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;