From 0c2c473c9937a54562bbf767cc5450f6c03bcce6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Nov 2018 13:26:58 +0200 Subject: Remove extraneous space --- build2/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2') diff --git a/build2/parser.cxx b/build2/parser.cxx index 7dd6a26..c26f0a5 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -796,7 +796,7 @@ namespace build2 // if (pns.empty ()) fail (ploc) << "no prerequisites in prerequisite-specific " - << " variable assignment"; + << "variable assignment"; // Set the variable in the last pns.size() prerequisites of each // target. This code is similar to target-specific case above. -- cgit v1.1