summaryrefslogtreecommitdiff
path: root/option.cc
diff options
context:
space:
mode:
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] != '-') {