]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/confile.c
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:25:47 +0000 (16:25 -0400)
commitd028235de9ec7664e1c2c904c541a447a768997a
tree407cf002172db38ced3360da88631d4c17aafe8e
parent270261b90e7dd801c6104690d6c762df8f95dc74
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