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:
parent
92bccd4ccd
commit
9833c0f879
@ -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;
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user