summaryrefslogtreecommitdiff
path: root/src/strptime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/strptime.cc')
-rw-r--r--src/strptime.cc2
1 files changed, 1 insertions, 1 deletions
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':