]> 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:30:41 +0000 (16:30 -0400)
commit7515d565ff6c766cdc9cc967a0d6ef6a4ea42c2e
tree919455943debfe1fda1a4930ef5bd16183cca195
parent7a48a41f8c8ca8b78ce719680c207a5dfde1c29e
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>
19 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/python-lxc/lxc.c
src/tests/concurrent.c
src/tests/reboot.c