summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-06-09 09:02:58 +0000
committerdelphij <delphij@FreeBSD.org>2009-06-09 09:02:58 +0000
commit878ab47f7ef57d8c9fb71e51097c174d05902201 (patch)
treebf7091018000e2f0660b052770109e307fdc0c18 /lib/libc
parent998ac729b4fb5c2e6389ffcf14e3875b00e43e10 (diff)
downloadFreeBSD-src-878ab47f7ef57d8c9fb71e51097c174d05902201.zip
FreeBSD-src-878ab47f7ef57d8c9fb71e51097c174d05902201.tar.gz
Spacing fixes. No actual change.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdtime/strftime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c
index ac85830..dac910b 100644
--- a/lib/libc/stdtime/strftime.c
+++ b/lib/libc/stdtime/strftime.c
@@ -57,7 +57,7 @@ extern char * tzname[];
#define IN_THIS 2
#define IN_ALL 3
-#define PAD_DEFAULT 0
+#define PAD_DEFAULT 0
#define PAD_LESS 1
#define PAD_SPACE 2
#define PAD_ZERO 3
@@ -65,7 +65,7 @@ extern char * tzname[];
static const char* fmt_padding[][4] = {
/* DEFAULT, LESS, SPACE, ZERO */
#define PAD_FMT_MONTHDAY 0
-#define PAD_FMT_HMS 0
+#define PAD_FMT_HMS 0
#define PAD_FMT_CENTURY 0
#define PAD_FMT_SHORTYEAR 0
#define PAD_FMT_MONTH 0
OpenPOWER on IntegriCloud