From: Christian Brauner Date: Fri, 14 Oct 2016 12:20:16 +0000 (+0200) Subject: tools: fix coding style in lxc_attach X-Git-Tag: lxc-2.1.0~298^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c34c8f203006c7ede63fa5b3b1d4fda1afa3010;p=thirdparty%2Flxc.git tools: fix coding style in lxc_attach Signed-off-by: Christian Brauner --- diff --git a/src/lxc/tools/lxc_attach.c b/src/lxc/tools/lxc_attach.c index 23d63a22b..51fd536a2 100644 --- a/src/lxc/tools/lxc_attach.c +++ b/src/lxc/tools/lxc_attach.c @@ -154,7 +154,9 @@ static int my_parser(struct lxc_arguments* args, int c, char* arg) case 'L': args->console_log = arg; break; - case 'f': args->rcfile = arg; break; + case 'f': + args->rcfile = arg; + break; } return 0;