0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-05 08:31:53 +00:00

Whitespace fix

This commit is contained in:
Jan Maria Matejka 2018-04-17 15:02:06 +02:00
parent 92bccd4ccd
commit 9833c0f879
2 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ int bvsnprintf(char *buf, int size, const char *fmt, va_list args)
snprintf(ipbuf, sizeof(ipbuf), fmtbuf, va_arg(args, double));
s = ipbuf;
goto str;
case 't':
t = va_arg(args, btime);
t1 = t TO_S;

View File

@ -159,7 +159,7 @@ stat_route:
| stat_route0 BLACKHOLE { this_srt->dest = RTD_BLACKHOLE; }
| stat_route0 UNREACHABLE { this_srt->dest = RTD_UNREACHABLE; }
| stat_route0 PROHIBIT { this_srt->dest = RTD_PROHIBIT; }
| net_flow_ { static_route_start($1); } flowspec_action
| net_flow_ { static_route_start($1); } flowspec_action
;
stat_route_item: