svn commit: r193817 - head/lib/libc/stdtime

Xin LI delphij at FreeBSD.org
Tue Jun 9 09:02:59 UTC 2009


Author: delphij
Date: Tue Jun  9 09:02:58 2009
New Revision: 193817
URL: http://svn.freebsd.org/changeset/base/193817

Log:
  Spacing fixes.  No actual change.

Modified:
  head/lib/libc/stdtime/strftime.c

Modified: head/lib/libc/stdtime/strftime.c
==============================================================================
--- head/lib/libc/stdtime/strftime.c	Tue Jun  9 08:13:43 2009	(r193816)
+++ head/lib/libc/stdtime/strftime.c	Tue Jun  9 09:02:58 2009	(r193817)
@@ -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


More information about the svn-src-head mailing list