From: Christian Brauner Date: Fri, 26 Feb 2021 21:37:55 +0000 (+0100) Subject: start: fix whitespace error X-Git-Tag: lxc-5.0.0~264^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3700%2Fhead;p=thirdparty%2Flxc.git start: fix whitespace error Signed-off-by: Christian Brauner --- 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; }