diff options
author | John Wiegley <johnw@newartisans.com> | 2012-03-07 02:49:03 -0600 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-03-07 03:38:09 -0600 |
commit | c86bbd45471ab4ef5d0dd133f6923596230975da (patch) | |
tree | 17a328bb75e2e2305a437d70303bf28319c3362d /src/global.h | |
parent | cabec6db1a9a6dab3dd190494a2a786aebe5f22f (diff) | |
download | fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.tar.gz fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.tar.bz2 fork-ledger-c86bbd45471ab4ef5d0dd133f6923596230975da.zip |
Whitespace fixes
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/global.h b/src/global.h index 2cb7842e..ce0534b0 100644 --- a/src/global.h +++ b/src/global.h @@ -82,6 +82,7 @@ public: void pop_report() { assert(! report_stack.empty()); report_stack.pop_front(); + // There should always be the "default report" waiting on the stack. assert(! report_stack.empty()); scope_t::default_scope = &report(); |