[lxc-devel] [lxc/lxc] d02823: Fix indentation
GitHub
noreply at github.com
Mon Sep 21 20:31:18 UTC 2015
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: d028235de9ec7664e1c2c904c541a447a768997a
https://github.com/lxc/lxc/commit/d028235de9ec7664e1c2c904c541a447a768997a
Author: Stéphane Graber <stgraber at ubuntu.com>
Date: 2015-09-21 (Mon, 21 Sep 2015)
Changed paths:
M src/lxc/caps.c
M src/lxc/caps.h
M src/lxc/cgmanager.c
M src/lxc/confile.c
M src/lxc/genl.c
M src/lxc/genl.h
M src/lxc/list.h
M src/lxc/lxc_attach.c
M src/lxc/lxc_init.c
M src/lxc/lxc_start.c
M src/lxc/lxc_unshare.c
M src/lxc/lxccontainer.c
M src/lxc/lxccontainer.h
M src/lxc/nl.c
M src/lxc/nl.h
M src/lxc/start.c
M src/python-lxc/lxc.c
M src/tests/concurrent.c
M src/tests/reboot.c
Log Message:
-----------
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 at ubuntu.com>
More information about the lxc-devel
mailing list