]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
cgroups: whitespace fixes
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 8 Apr 2020 08:01:01 +0000 (10:01 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 8 Apr 2020 08:01:01 +0000 (10:01 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/cgroups/cgfsng.c

index d06a74d0d3f7d7e3d8aa10a876d7989e984e1447..4dad9e426371bd827e84faae8544cacfd5bf676c 100644 (file)
@@ -672,7 +672,7 @@ static char **cg_hybrid_get_controllers(char **klist, char **nlist, char *line,
                if (!dup)
                        return NULL;
 
-               lxc_iterate_parts (tok, dup, sep)
+               lxc_iterate_parts(tok, dup, sep)
                        must_append_controller(klist, nlist, &aret, tok);
        }
        *p2 = ' ';
@@ -3147,7 +3147,7 @@ static void cg_unified_delegate(char ***delegate)
                return;
        }
 
-       lxc_iterate_parts (token, buf, " \t\n") {
+       lxc_iterate_parts(token, buf, " \t\n") {
                /*
                 * We always need to chown this for both cgroup and
                 * cgroup2.