mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-11 17:08:46 +00:00
Small fix of indenting
This commit is contained in:
parent
0f04bc9796
commit
10e3908cea
@ -60,10 +60,12 @@ main(int argc, char **argv)
|
|||||||
{
|
{
|
||||||
uint i, e;
|
uint i, e;
|
||||||
if (scanf("%x/%d", &i, &e) != 2)
|
if (scanf("%x/%d", &i, &e) != 2)
|
||||||
|
{
|
||||||
if (feof(stdin))
|
if (feof(stdin))
|
||||||
break;
|
break;
|
||||||
else
|
else
|
||||||
fprintf(stderr, "BUGGG\n");
|
fprintf(stderr, "BUGGG\n");
|
||||||
|
}
|
||||||
// i >>= (32-e);
|
// i >>= (32-e);
|
||||||
// i |= (i >> e);
|
// i |= (i >> e);
|
||||||
cnt++;
|
cnt++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user