0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 01:54:08 +00:00

Small fix of indenting

This commit is contained in:
Alexander Zubkov 2023-01-23 14:23:00 +01:00 committed by Ondrej Zajicek
parent 5437104afa
commit 72230d3ca3

View File

@ -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++;