fix whitespace

This commit is contained in:
Simon McVittie 2013-08-23 11:54:01 +01:00
parent 7781931109
commit fa783ea4ea

View 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