summaryrefslogtreecommitdiff
path: root/lib/strftime.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-28 12:19:28 +0000
committerJim Meyering <jim@meyering.net>1997-05-28 12:19:28 +0000
commit6edc738156c31bc7dfdb1d7f92162a73df117cd3 (patch)
tree2c03427c36788d5f3c5c1e85ce8ff272649f1804 /lib/strftime.c
parent4f690a51e3e58ea83e492f7658765711964a9a82 (diff)
downloadcoreutils-6edc738156c31bc7dfdb1d7f92162a73df117cd3.tar.xz
correct/normalize indentation in cpp directives
Diffstat (limited to 'lib/strftime.c')
-rw-r--r--lib/strftime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/strftime.c b/lib/strftime.c
index abd039f5b..494895988 100644
--- a/lib/strftime.c
+++ b/lib/strftime.c
@@ -140,7 +140,7 @@ extern int __tz_compute __P ((time_t timer, const struct tm *tm));
# if ! HAVE_LOCALTIME_R
# if ! HAVE_TM_GMTOFF
/* Approximate gmtime_r as best we can in its absence. */
-# define gmtime_r my_gmtime_r
+# define gmtime_r my_gmtime_r
static struct tm *gmtime_r __P ((const time_t *, struct tm *));
static struct tm *
gmtime_r (t, tp)
@@ -211,7 +211,7 @@ static const char zeroes[16] = "0000000000000000";
# define memset_zero(P, Len) (memset ((P), '0', (Len)), (P) += (Len))
#endif
-#define add(n, f) \
+#define add(n, f) \
do \
{ \
int _n = (n); \
@@ -234,7 +234,7 @@ static const char zeroes[16] = "0000000000000000";
i += _incr; \
} while (0)
-#define cpy(n, s) \
+#define cpy(n, s) \
add ((n), \
if (to_lowcase) \
memcpy_lowcase (p, (s), _n); \