From: Simon McVittie Date: Fri, 23 Aug 2013 10:54:01 +0000 (+0100) Subject: fix whitespace X-Git-Tag: dbus-1.7.6~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa783ea4ea540e8a13102a77cddef235e3fc1d6b;p=thirdparty%2Fdbus.git fix whitespace --- diff --git a/bus/dir-watch-inotify.c b/bus/dir-watch-inotify.c index 862c3865a..49ebc721b 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