From 282414d2f6ef08dd884afada4a073e76a78dcfff Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 27 May 2005 00:39:01 +0000 Subject: [PATCH] Whitespace changes. --- datetime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);