summaryrefslogtreecommitdiff
path: root/src/option.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-08-18 14:48:38 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-08-18 14:48:38 -0400
commitf0791bbd7297e737d9e13d0b0bb21473b173b2a7 (patch)
tree95e2b7806dce0936edd69eca780d180d2ce3195d /src/option.cc
parentadd6f6ca2a711e3337f83bd15be5a03e22842591 (diff)
downloadfork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.gz
fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.tar.bz2
fork-ledger-f0791bbd7297e737d9e13d0b0bb21473b173b2a7.zip
Cleanup whitespace
Diffstat (limited to 'src/option.cc')
-rw-r--r--src/option.cc4
1 files changed, 2 insertions, 2 deletions
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)
{