From c86bbd45471ab4ef5d0dd133f6923596230975da Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 7 Mar 2012 02:49:03 -0600 Subject: Whitespace fixes --- src/global.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/global.h') 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(); -- cgit v1.2.3