Whitespace changes.
This commit is contained in:
parent
ce7da4cec1
commit
282414d2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ struct interval_t
|
||||||
DEBUG_PRINT("ledger.memory.ctors", "ctor interval_t");
|
DEBUG_PRINT("ledger.memory.ctors", "ctor interval_t");
|
||||||
}
|
}
|
||||||
interval_t(const std::string& desc)
|
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");
|
DEBUG_PRINT("ledger.memory.ctors", "ctor interval_t");
|
||||||
std::istringstream stream(desc);
|
std::istringstream stream(desc);
|
||||||
parse(stream);
|
parse(stream);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue