diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-23 11:54:01 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-08-23 11:54:01 +0100 |
commit | fa783ea4ea540e8a13102a77cddef235e3fc1d6b (patch) | |
tree | 54e941d8f5b1ce99b32be58462745bebeb7706b8 /bus | |
parent | 77819311093eb7a7d9a0faa1d54d01db1e72df42 (diff) | |
download | dbus-fa783ea4ea540e8a13102a77cddef235e3fc1d6b.tar.gz |
fix whitespace
Diffstat (limited to 'bus')
-rw-r--r-- | bus/dir-watch-inotify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/dir-watch-inotify.c b/bus/dir-watch-inotify.c index 862c3865..49ebc721 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 |