]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
commands: fix alignment for lxc_cmd_get_cgroup_ctx()
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 24 Feb 2021 08:46:07 +0000 (09:46 +0100)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 24 Feb 2021 08:46:07 +0000 (09:46 +0100)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/commands.c

index f61b0ca409544160f1e0a92492c7d7792b9045e9..4f0ea327f4d2c62e95d0d7ef8d81a8fc93b8c648 100644 (file)
@@ -629,8 +629,8 @@ static int lxc_cmd_get_seccomp_notify_fd_callback(int fd, struct lxc_cmd_req *re
 }
 
 int lxc_cmd_get_cgroup_ctx(const char *name, const char *lxcpath,
-               const char *controller, bool batch,
-               size_t size_ret_ctx, struct cgroup_ctx *ret_ctx)
+                          const char *controller, bool batch,
+                          size_t size_ret_ctx, struct cgroup_ctx *ret_ctx)
 {
        struct lxc_cmd_rr cmd = {
                .req = {