From c1cb06e00922ba5c15c128bab05c71220077fdce Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 2 Feb 2009 15:54:28 -0400 Subject: Updated some internal documentation. --- src/session.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/session.cc') diff --git a/src/session.cc b/src/session.cc index fc0601d5..9d926550 100644 --- a/src/session.cc +++ b/src/session.cc @@ -178,10 +178,10 @@ void session_t::read_init() journal_t temp; if (read_journal(temp, *init_file) > 0 || - temp.auto_entries.size() > 0 || - temp.period_entries.size() > 0) - throw_(parse_error, "Entries found in initialization file '" << - init_file << "'"); + temp.auto_entries.size() > 0 || temp.period_entries.size() > 0) { + throw_(parse_error, + "Entries found in initialization file '" << init_file << "'"); + } TRACE_FINISH(init, 1); } -- cgit v1.2.3