]> git.proxmox.com Git - mirror_lxc.git/commitdiff
mainloop: add missing \n
authorChristian Brauner <christian.brauner@ubuntu.com>
Thu, 9 Jan 2020 11:28:19 +0000 (12:28 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Thu, 9 Jan 2020 11:28:19 +0000 (12:28 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/mainloop.c

index 3a31ed7b1b06873c56fba5b845c71b7b12925da0..2ef5a93e6be48730b7fd764b129b68862ab1fc62 100644 (file)
@@ -65,6 +65,7 @@ int lxc_mainloop_add_handler(struct lxc_epoll_descr *descr, int fd,
        struct epoll_event ev;
        struct mainloop_handler *handler;
        struct lxc_list *item;
+
        if (fd < 0)
                return -1;