From: Christian Brauner Date: Wed, 3 Feb 2021 19:51:56 +0000 (+0100) Subject: conf: coding style X-Git-Tag: lxc-5.0.0~302^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb57ab442d22b15edd21e76aef0a06ca9be33b0;p=thirdparty%2Flxc.git conf: coding style Signed-off-by: Christian Brauner --- diff --git a/src/lxc/conf.c b/src/lxc/conf.c index d18571c1d..5846bb0fa 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -3325,7 +3325,8 @@ int lxc_setup(struct lxc_handler *handler) } lxc_conf->rootfs.dev_mntpt_fd = open_at(lxc_conf->rootfs.mntpt_fd, "dev", - PROTECT_OPATH_DIRECTORY, PROTECT_LOOKUP_BENEATH_XDEV, 0); + PROTECT_OPATH_DIRECTORY, + PROTECT_LOOKUP_BENEATH_XDEV, 0); if (lxc_conf->rootfs.dev_mntpt_fd < 0 && errno != ENOENT) return log_error_errno(-errno, errno, "Failed to open \"/dev\"");