]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: coding style
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 3 Feb 2021 19:51:56 +0000 (20:51 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 3 Feb 2021 19:51:56 +0000 (20:51 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.c

index d18571c1dbc79f14987dd651c49f583497e06070..5846bb0fac8a5fa675457db8722a4af0e9a7127b 100644 (file)
@@ -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\"");