summaryrefslogtreecommitdiff
path: root/datetime.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-05-27 00:39:01 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:09 -0400
commit282414d2f6ef08dd884afada4a073e76a78dcfff (patch)
tree79905014d58455d6749863ab65aa6c5f9ac8df5a /datetime.h
parentce7da4cec18c6c0f9546756c74c158c758118989 (diff)
downloadfork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.tar.gz
fork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.tar.bz2
fork-ledger-282414d2f6ef08dd884afada4a073e76a78dcfff.zip
Whitespace changes.
Diffstat (limited to 'datetime.h')
-rw-r--r--datetime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/datetime.h b/datetime.h
index ea1f3aa1..75d554e0 100644
--- a/datetime.h
+++ b/datetime.h
@@ -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);