]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Whitespace fix
authorJan Maria Matejka <mq@ucw.cz>
Tue, 17 Apr 2018 13:02:06 +0000 (15:02 +0200)
committerJan Maria Matejka <mq@ucw.cz>
Tue, 17 Apr 2018 13:02:06 +0000 (15:02 +0200)
lib/printf.c
proto/static/config.Y

index 8077b0cbdea9dde6eeb8fe9ac665a4bc54291a95..3fa846f9fcf6b884d4afa71ae12748376caed699 100644 (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;
index 1df12561a9e72b85043e47ca57e292604f4b99ae..5ca9d2b9bcb2a6e1080705b7f0b297a7596579ee 100644 (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: