diff options
author | John Wiegley <johnw@newartisans.com> | 2005-05-27 00:39:01 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:09 -0400 |
commit | 282414d2f6ef08dd884afada4a073e76a78dcfff (patch) | |
tree | 79905014d58455d6749863ab65aa6c5f9ac8df5a /datetime.h | |
parent | ce7da4cec18c6c0f9546756c74c158c758118989 (diff) | |
download | fork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.tar.gz fork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.tar.bz2 fork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.zip |
Whitespace changes.
Diffstat (limited to 'datetime.h')
-rw-r--r-- | datetime.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ struct interval_t DEBUG_PRINT("ledger.memory.ctors", "ctor interval_t"); } interval_t(const std::string& desc) - : years(0), months(0), seconds(0), begin(0), end(0){ + : years(0), months(0), seconds(0), begin(0), end(0) { DEBUG_PRINT("ledger.memory.ctors", "ctor interval_t"); std::istringstream stream(desc); parse(stream); |