From 520f089ad0c6f6f99b511798e55b4e1692f33a83 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 26 Jan 2017 04:51:48 +0000 Subject: [PATCH] Use normal KNF cuddling of elses. Reported by: bde MFC after: 2 weeks X-MFC with: r312777 --- contrib/ipfilter/tools/ipf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/ipfilter/tools/ipf.c b/contrib/ipfilter/tools/ipf.c index 5de031c8954..166063173b2 100644 --- a/contrib/ipfilter/tools/ipf.c +++ b/contrib/ipfilter/tools/ipf.c @@ -408,8 +408,7 @@ static void flushfilter(arg, filter) } closedevice(); return; - } - else if (strchr(arg, 'i') || strchr(arg, 'I')) + } else if (strchr(arg, 'i') || strchr(arg, 'I')) fl = FR_INQUE; else if (strchr(arg, 'o') || strchr(arg, 'O')) fl = FR_OUTQUE;