diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-15 19:47:39 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-15 19:47:39 +0300 |
commit | 632c344c5f8bea0114daa5104223723316d456dd (patch) | |
tree | 054e54ee9a8a966875bcce054180f26dce236cad | |
parent | 710d3a72e6f82e9734d80c8c6304f916158b1012 (diff) |
Minor formatting cleanup
-rw-r--r-- | build2/test/script/runner.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/test/script/runner.cxx b/build2/test/script/runner.cxx index f6fc312..2daf898 100644 --- a/build2/test/script/runner.cxx +++ b/build2/test/script/runner.cxx @@ -997,13 +997,13 @@ namespace build2 const string& vname (i == e ? a : *i++); if (i != e) - fail (ll) << "unexpected argument"; + fail (ll) << "unexpected argument"; if (ats != nullptr && ats->empty ()) - fail (ll) << "empty variable attributes"; + fail (ll) << "empty variable attributes"; if (vname.empty ()) - fail (ll) << "empty variable name"; + fail (ll) << "empty variable name"; // Read the input. // |