mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-01 11:40:11 +01:00
fix whitespace
This commit is contained in:
parent
7781931109
commit
fa783ea4ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue