]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
ip6tunnel: fix coding style: no newline between brace and else
authorPhil Sutter <phil@nwl.cc>
Fri, 13 Nov 2015 17:09:00 +0000 (18:09 +0100)
committerStephen Hemminger <shemming@brocade.com>
Mon, 23 Nov 2015 23:26:37 +0000 (15:26 -0800)
Signed-off-by: Phil Sutter <phil@nwl.cc>
ip/ip6tunnel.c

index 9eb5b2f19159b6549f36aa593b9dab5f2be10d46..d8957f0edb789a10b7299419af14ce81765c8140 100644 (file)
@@ -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);