]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix indentation
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Sep 2015 20:25:47 +0000 (16:25 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 21 Sep 2015 20:51:00 +0000 (16:51 -0400)
commit0402866cb60f0f69d4018b7069396cb0b4733c3e
tree7405607d1716cc435b84a1efe1062259cea6761a
parentd6e179bbccc335127696e39f55a6e3bda68e652f
Fix indentation

I've noticed that a bunch of the code we've included over the past few
weeks has been using 8-spaces rather than tabs, making it all very hard
to read depending on your tabstop setting.

This commit attempts to revert all of that back to proper tabs and fix a
few more cases I've noticed here and there.

No functional changes are included in this commit.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
18 files changed:
src/lxc/caps.c
src/lxc/caps.h
src/lxc/cgmanager.c
src/lxc/confile.c
src/lxc/genl.c
src/lxc/genl.h
src/lxc/list.h
src/lxc/lxc_attach.c
src/lxc/lxc_init.c
src/lxc/lxc_start.c
src/lxc/lxc_unshare.c
src/lxc/lxccontainer.c
src/lxc/lxccontainer.h
src/lxc/nl.c
src/lxc/nl.h
src/lxc/start.c
src/tests/concurrent.c
src/tests/reboot.c