From 7be9389170df33175d87c12f3b6cf48fdf7d0934 Mon Sep 17 00:00:00 2001 From: Brian Aker Date: Sat, 1 Feb 2014 11:13:11 +0100 Subject: [PATCH] Remove line ending. --- libtest/formatter.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libtest/formatter.cc b/libtest/formatter.cc index 198b9e7d..a45d9c4f 100644 --- a/libtest/formatter.cc +++ b/libtest/formatter.cc @@ -219,8 +219,7 @@ void Formatter::xml(libtest::Framework& framework_, std::ofstream& output) << escape4XML((*case_iter)->name(), escaped_string) << " time=\"" << (*case_iter)->timer().elapsed_milliseconds() - << "\"" - << std::endl; + << "\""; switch ((*case_iter)->result()) { -- 2.30.2