From: Stephen Hemminger Date: Fri, 15 Sep 2023 16:46:21 +0000 (-0700) Subject: tc: add missing space before else X-Git-Tag: v6.6.0~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc9a870d60cae50151b7f5c6adb551cf89d77a1;p=thirdparty%2Fiproute2.git tc: add missing space before else Signed-off-by: Stephen Hemminger --- diff --git a/tc/tc.c b/tc/tc.c index 258205004..b0581da63 100644 --- a/tc/tc.c +++ b/tc/tc.c @@ -312,7 +312,7 @@ int main(int argc, char **argv) ++json; } else if (matches(argv[1], "-oneline") == 0) { ++oneline; - }else if (matches(argv[1], "-brief") == 0) { + } else if (matches(argv[1], "-brief") == 0) { ++brief; } else { fprintf(stderr,