Unverified Commit d2bd7038 by Stéphane Graber Committed by Christian Brauner

Fix broken indentation

parent 8b90f566
......@@ -60,7 +60,7 @@ static void interrupt_handler(int sig)
static struct option long_options[] = {
{ "name", required_argument, 0, 'n' },
{ "help", no_argument, 0, 'h' },
{ "help", no_argument, 0, 'h' },
{ "usage", no_argument, 0, OPT_USAGE },
{ "version", no_argument, 0, OPT_VERSION },
{ "quiet", no_argument, 0, 'q' },
......
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