diff options
author | John Wiegley <johnw@newartisans.com> | 2015-08-04 14:47:44 -0700 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2015-08-04 14:47:44 -0700 |
commit | a24910b3740b572db15fda4bd574222090e16d79 (patch) | |
tree | c55016e39e293fc8fa0016eb1eeb4be1bc439b68 /src/strptime.cc | |
parent | a3e946f90f902600819f64217c8cd98c72bb21ba (diff) | |
download | fork-ledger-a24910b3740b572db15fda4bd574222090e16d79.tar.gz fork-ledger-a24910b3740b572db15fda4bd574222090e16d79.tar.bz2 fork-ledger-a24910b3740b572db15fda4bd574222090e16d79.zip |
Whitespace cleanup
Diffstat (limited to 'src/strptime.cc')
-rw-r--r-- | src/strptime.cc | 2 |
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': |