From: Alexander Zubkov Date: Mon, 23 Jan 2023 13:23:00 +0000 (+0100) Subject: Small fix of indenting X-Git-Tag: v3.0-alpha1~13^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72230d3ca37d34cafa0442c23f83121ae1fc41be;p=thirdparty%2Fbird.git Small fix of indenting --- diff --git a/misc/ips.c b/misc/ips.c index 467cc25da..ea8eef7f2 100644 --- a/misc/ips.c +++ b/misc/ips.c @@ -60,10 +60,12 @@ main(int argc, char **argv) { uint i, e; if (scanf("%x/%d", &i, &e) != 2) + { if (feof(stdin)) break; - else - fprintf(stderr, "BUGGG\n"); + else + fprintf(stderr, "BUGGG\n"); + } // i >>= (32-e); // i |= (i >> e); cnt++;