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 862c386..49ebc72 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