Unverified Commit 6a5cc560 by Christian Brauner Committed by GitHub

tools: add newline to lxc-cgroup output

parent b8ac0dd1
...@@ -148,7 +148,7 @@ int main(int argc, char *argv[]) ...@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
printf("%*s", ret, buffer); printf("%*s\n", ret, buffer);
} }
lxc_container_put(c); lxc_container_put(c);
......
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