manager: remove spurious newline

This commit is contained in:
Lennart Poettering 2016-05-23 15:57:18 +02:00
parent 004845d18e
commit 3d0b8a55f2
1 changed files with 1 additions and 1 deletions

View 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,