From: Phil Sutter Date: Fri, 13 Nov 2015 17:09:00 +0000 (+0100) Subject: ip6tunnel: fix coding style: no newline between brace and else X-Git-Tag: v4.4.0~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7894ce7722773b9bfbdb1097218a37e13494a927;p=thirdparty%2Fiproute2.git ip6tunnel: fix coding style: no newline between brace and else Signed-off-by: Phil Sutter --- diff --git a/ip/ip6tunnel.c b/ip/ip6tunnel.c index 9eb5b2f19..d8957f0ed 100644 --- a/ip/ip6tunnel.c +++ b/ip/ip6tunnel.c @@ -262,8 +262,7 @@ static int parse_args(int argc, char **argv, int cmd, struct ip6_tnl_parm2 *p) } else { if (strcmp(*argv, "name") == 0) { NEXT_ARG(); - } - else if (matches(*argv, "help") == 0) + } else if (matches(*argv, "help") == 0) usage(); if (p->name[0]) duparg2("name", *argv);