dbus-spawn: fix spacing mistake in comment
authorRay Strode <rstrode@redhat.com>
Tue, 16 Oct 2012 19:29:27 +0000 (15:29 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 16 Oct 2012 19:29:27 +0000 (15:29 -0400)
commit 90f939f155bd120f44ff3906296707a6c00cd462 had two problems.

1) a small whitespace error in the added comment
2) the wrong bug reference at the bottom

I'm using 1) as an excuse to add additional commit for the sake
of 2).

https://bugs.freedesktop.org/show_bug.cgi?id=56043

dbus/dbus-spawn.c

index 1e3a351..55a7e1e 100644 (file)
@@ -1258,7 +1258,7 @@ _dbus_spawn_async_with_babysitter (DBusBabysitter          **sitter_p,
       else if (grandchild_pid == 0)
       {
           /* Go back to ignoring SIGPIPE, since it's evil
-          */
+           */
           signal (SIGPIPE, SIG_IGN);
 
          do_exec (child_err_report_pipe[WRITE_END],