[lxc-devel] [PATCH 2/2] init: Fix whitespace damage

Richard Weinberger richard at nod.at
Tue Apr 16 21:48:16 UTC 2013


While we are here, fix the whitespace damage.

Signed-off-by: Richard Weinberger <richard at nod.at>
---
 src/lxc/lxc_init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c
index e4c9a32..84e1293 100644
--- a/src/lxc/lxc_init.c
+++ b/src/lxc/lxc_init.c
@@ -47,7 +47,7 @@ static struct option options[] = {
 	{ 0, 0, 0, 0 },
 };
 
-static	int was_interrupted = 0;
+static int was_interrupted = 0;
 
 static void interrupt_handler(int sig)
 {
-- 
1.8.1.4





More information about the lxc-devel mailing list