From 632c344c5f8bea0114daa5104223723316d456dd Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Jun 2018 19:47:39 +0300 Subject: Minor formatting cleanup --- build2/test/script/runner.cxx | 6 +++--- 1 file 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. // -- cgit v1.1