From: Stéphane Graber Date: Fri, 5 Jan 2018 20:19:30 +0000 (-0500) Subject: Fix broken indentation X-Git-Tag: lxc-2.0.10~427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2bd703826c10efb6de6fd7a60cb1c065d5d5104;p=thirdparty%2Flxc.git Fix broken indentation Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c index 098ae577c..810cca3ef 100644 --- a/src/lxc/lxc_init.c +++ b/src/lxc/lxc_init.c @@ -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' },