]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
manager: remove spurious newline
authorLennart Poettering <lennart@poettering.net>
Mon, 23 May 2016 13:57:18 +0000 (15:57 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 26 May 2016 13:34:41 +0000 (15:34 +0200)
src/core/manager.c

index 7838f56fd209c0197b698944f98b497ac2dedd3d..14d97a87d07314ee2f1c37c165988e7ab935f47b 100644 (file)
@@ -1610,9 +1610,9 @@ static void manager_invoke_notify_message(Manager *m, Unit *u, pid_t pid, const
 }
 
 static int manager_dispatch_notify_fd(sd_event_source *source, int fd, uint32_t revents, void *userdata) {
+
         _cleanup_fdset_free_ FDSet *fds = NULL;
         Manager *m = userdata;
-
         char buf[NOTIFY_BUFFER_MAX+1];
         struct iovec iovec = {
                 .iov_base = buf,