Unverified Commit eb8d7c09 by Christian Brauner Committed by Stéphane Graber

cgroups: whitespace fixes

parent 57169400
...@@ -672,7 +672,7 @@ static char **cg_hybrid_get_controllers(char **klist, char **nlist, char *line, ...@@ -672,7 +672,7 @@ static char **cg_hybrid_get_controllers(char **klist, char **nlist, char *line,
if (!dup) if (!dup)
return NULL; return NULL;
lxc_iterate_parts (tok, dup, sep) lxc_iterate_parts(tok, dup, sep)
must_append_controller(klist, nlist, &aret, tok); must_append_controller(klist, nlist, &aret, tok);
} }
*p2 = ' '; *p2 = ' ';
...@@ -3009,7 +3009,7 @@ static void cg_unified_delegate(char ***delegate) ...@@ -3009,7 +3009,7 @@ static void cg_unified_delegate(char ***delegate)
return; 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 * We always need to chown this for both cgroup and
* cgroup2. * cgroup2.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment