Commit 6b28a086 by Richard Weinberger Committed by Stéphane Graber

init: Fix whitespace damage

While we are here, fix the whitespace damage. Signed-off-by: 's avatarRichard Weinberger <richard@nod.at> Acked-by: 's avatarSerge E. Hallyn <serge.hallyn@ubuntu.com>
parent a81bad13
...@@ -47,7 +47,7 @@ static struct option options[] = { ...@@ -47,7 +47,7 @@ static struct option options[] = {
{ 0, 0, 0, 0 }, { 0, 0, 0, 0 },
}; };
static int was_interrupted = 0; static int was_interrupted = 0;
static void interrupt_handler(int sig) static void interrupt_handler(int sig)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment