summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);