summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-07-21 19:03:26 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-07-21 19:03:26 -0400
commit8601a2a8bfd63b54a8c65d34ad021cbe2270d201 (patch)
tree05323e9e1c67ee53deaa409a6f0ee29ecb08e4a6 /option.cc
parentac5cc7796ff61eb116b815b13e4fda3d74bb6020 (diff)
downloadfork-ledger-8601a2a8bfd63b54a8c65d34ad021cbe2270d201.tar.gz
fork-ledger-8601a2a8bfd63b54a8c65d34ad021cbe2270d201.tar.bz2
fork-ledger-8601a2a8bfd63b54a8c65d34ad021cbe2270d201.zip
Added back the --version option, and changed acprep so that it hacks on the
generated Makefile to greatly reduce unneeded verbosity.
Diffstat (limited to 'option.cc')
-rw-r--r--option.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/option.cc b/option.cc
index a66bd526..9f40f3d3 100644
--- a/option.cc
+++ b/option.cc
@@ -149,8 +149,7 @@ void process_environment(const char ** envp, const string& tag,
}
void process_arguments(int argc, char ** argv, const bool anywhere,
- expr::scope_t& scope,
- std::list<string>& args)
+ expr::scope_t& scope, std::list<string>& args)
{
for (char ** i = argv; *i; i++) {
if ((*i)[0] != '-') {