From fa783ea4ea540e8a13102a77cddef235e3fc1d6b Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 23 Aug 2013 11:54:01 +0100 Subject: [PATCH] fix whitespace --- bus/dir-watch-inotify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/dir-watch-inotify.c b/bus/dir-watch-inotify.c index 862c386..49ebc72 100644 --- a/bus/dir-watch-inotify.c +++ b/bus/dir-watch-inotify.c @@ -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 -- 2.7.4