[tz] [PATCH] White space fixes
Paul Eggert
eggert at cs.ucla.edu
Fri Sep 10 19:31:42 UTC 2021
---
localtime.c | 2 +-
zdump.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/localtime.c b/localtime.c
index a70b67a..e4f1a87 100644
--- a/localtime.c
+++ b/localtime.c
@@ -2379,7 +2379,7 @@ time(time_t *p)
if (r != (time_t) -1) {
int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0;
if (increment_overflow32(&offset, -EPOCH_OFFSET)
- || increment_overflow_time (&r, offset)) {
+ || increment_overflow_time(&r, offset)) {
errno = EOVERFLOW;
r = -1;
}
diff --git a/zdump.c b/zdump.c
index f2ff442..3c71894 100644
--- a/zdump.c
+++ b/zdump.c
@@ -73,7 +73,7 @@ extern int optind;
#endif
/* The minimum and maximum finite time values. */
-enum { atime_shift = CHAR_BIT * sizeof (time_t) - 2 };
+enum { atime_shift = CHAR_BIT * sizeof(time_t) - 2 };
static time_t const absolute_min_time =
((time_t) -1 < 0
? (- ((time_t) ~ (time_t) 0 < 0)
--
2.30.2
More information about the tz
mailing list