Skip to content

Commit

Permalink
Fix broken indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Jan 5, 2018
1 parent a3f5fbb commit 78c1648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxc_init.c
Expand Up @@ -63,7 +63,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' },
Expand Down

0 comments on commit 78c1648

Please sign in to comment.