>From 106cc2078fb3c45e390e8848016f1928aa72e5e3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 10 Mar 2015 18:03:47 +0100 Subject: [PATCH 2/2] Add missing spaces to an error message in the "paste_census" test. No real changes, just make the error message more readable by inserting the spaces around it. --- wx_test_paste_census.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx_test_paste_census.cpp b/wx_test_paste_census.cpp index 4582e13..f21f032 100644 --- a/wx_test_paste_census.cpp +++ b/wx_test_paste_census.cpp @@ -109,7 +109,7 @@ std::string build_not_found_message(std::set const& remaining) message << " '" << *i << "'"; } - message << (only_one ? "was" : "were") << " not found"; + message << " " << (only_one ? "was" : "were") << " not found" << " "; return message.str(); } -- 2.1.0