summaryrefslogtreecommitdiff
path: root/lib/parse-datetime.y
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
committerBruno Haible <bruno@clisp.org>2018-06-25 21:45:23 +0200
commitd7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d (patch)
tree382e97c6a19bbd00c4257093416a97b9619a3119 /lib/parse-datetime.y
parentfcdf335e093e245e384874254ec897c97430ccf2 (diff)
downloadgnulib-d7cf3b8d27f6b7ccbcdcdd9d18d7e12208795e3d.tar.gz
Continue to use spaces for indentation, not tabs.
Diffstat (limited to 'lib/parse-datetime.y')
-rw-r--r--lib/parse-datetime.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/parse-datetime.y b/lib/parse-datetime.y
index 00ecb7fcae..aad5be834a 100644
--- a/lib/parse-datetime.y
+++ b/lib/parse-datetime.y
@@ -492,7 +492,7 @@ debug_print_current_time (char const *item, parser_control *pc)
if (pc->local_zones_seen && !pc->debug_local_zones_seen)
{
fprintf (stderr, &" isdst=%d%s"[!space],
- pc->local_isdst, pc->dsts_seen ? " DST" : "");
+ pc->local_isdst, pc->dsts_seen ? " DST" : "");
pc->debug_local_zones_seen = true;
space = true;
}
@@ -1966,7 +1966,7 @@ parse_datetime2 (struct timespec *result, char const *p,
fprintf (stderr, ", dst");
if (pc.zones_seen)
- fprintf (stderr, " (%s)", time_zone_str (pc.time_zone, time_zone_buf));
+ fprintf (stderr, " (%s)", time_zone_str (pc.time_zone, time_zone_buf));
fputc ('\n', stderr);
}