From 7894ce7722773b9bfbdb1097218a37e13494a927 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 13 Nov 2015 18:09:00 +0100 Subject: [PATCH] ip6tunnel: fix coding style: no newline between brace and else Signed-off-by: Phil Sutter --- ip/ip6tunnel.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ip/ip6tunnel.c b/ip/ip6tunnel.c index 9eb5b2f1..d8957f0e 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);