From: Stéphane Graber Date: Fri, 5 Jan 2018 20:19:30 +0000 (-0500) Subject: Fix broken indentation X-Git-Tag: lxc-3.0.0.beta1~83^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78c164840c1e9a868b56d89fbadec6f2bb2d561a;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 24ff12322..e460f7de1 100644 --- a/src/lxc/lxc_init.c +++ b/src/lxc/lxc_init.c @@ -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' },