From a24910b3740b572db15fda4bd574222090e16d79 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 4 Aug 2015 14:47:44 -0700 Subject: Whitespace cleanup --- src/strptime.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strptime.cc') diff --git a/src/strptime.cc b/src/strptime.cc index b64af96b..b31954f4 100644 --- a/src/strptime.cc +++ b/src/strptime.cc @@ -85,7 +85,7 @@ static char* _strptime(const char *s, const char *format, struct tm *tm) { if (tm->tm_wday == -1) return NULL; s += len; break; - + // month name. case 'b': case 'B': -- cgit v1.2.3