]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
fix whitespace
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 10:54:01 +0000 (11:54 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 23 Aug 2013 10:54:01 +0000 (11:54 +0100)
bus/dir-watch-inotify.c

index 862c3865a64516923dbc31e032f779c7e1cc988a..49ebc721b0b904a8183a505b368de7049bca90cf 100644 (file)
@@ -68,7 +68,7 @@ _handle_inotify_watch (DBusWatch *passed_watch, unsigned int flags, void *data)
   else
     {
       _dbus_verbose ("Sending SIGHUP signal on reception of %ld inotify event(s)\n", (long) ret);
-      (void) kill (_dbus_getpid(), SIGHUP);
+      (void) kill (_dbus_getpid (), SIGHUP);
     }
 
 #ifdef DBUS_ENABLE_VERBOSE_MODE