From cfe6f43599b10951ac59fcb2ccc84a4eece8aa16 Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Fri, 26 Feb 2021 22:37:55 +0100 Subject: [PATCH] start: fix whitespace error Signed-off-by: Christian Brauner --- src/lxc/start.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/start.c b/src/lxc/start.c index 70aaf30e0..301b81aeb 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -1239,7 +1239,7 @@ static int do_start(void *data) } ret = setns(timens_fd, CLONE_NEWTIME); - if (ret) { + if (ret) { SYSERROR("Failed to setns(%d(\"/proc/self/ns/time_for_children\"))", timens_fd); goto out_warn_father; } -- 2.47.2