]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
init: Fix whitespace damage
authorRichard Weinberger <richard@nod.at>
Tue, 16 Apr 2013 21:48:16 +0000 (23:48 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 17 Apr 2013 16:20:34 +0000 (18:20 +0200)
While we are here, fix the whitespace damage.

Signed-off-by: Richard Weinberger <richard@nod.at>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxc_init.c

index e4c9a32deece3308f8e2f95d5627ae539c277c9f..84e12932ee8a2d406fb3e8d21b207f1badc88c48 100644 (file)
@@ -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)
 {