From f0791bbd7297e737d9e13d0b0bb21473b173b2a7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 18 Aug 2011 14:48:38 -0400 Subject: Cleanup whitespace --- src/option.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/option.cc') diff --git a/src/option.cc b/src/option.cc index dae0f0af..f7008b47 100644 --- a/src/option.cc +++ b/src/option.cc @@ -89,7 +89,7 @@ namespace { catch (const std::exception&) { if (name[0] == '-') add_error_context(_("While parsing option '%1'") << name); - + else add_error_context(_("While parsing environent variable '%1'") << name); throw; @@ -156,7 +156,7 @@ namespace { op_bool_char_tuple(expr_t::ptr_op_t _op, bool _truth, char _ch) : op(_op), truth(_truth), ch(_ch) {} }; -} +} strings_list process_arguments(strings_list args, scope_t& scope) { -- cgit v1.2.3