From 1686bca274fc3bcc1e6f0e986196b447daa21476 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 15 Feb 2012 18:36:36 +0000 Subject: [PATCH] Added missing newline --- .../XCode4/CatchSelfTest/CatchSelfTest/catch_self_test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_self_test.cpp b/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_self_test.cpp index dc3487d3..b7edfd70 100644 --- a/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_self_test.cpp +++ b/projects/XCode4/CatchSelfTest/CatchSelfTest/catch_self_test.cpp @@ -38,5 +38,4 @@ namespace Catch m_output = oss.str(); return result; } - -} \ No newline at end of file +}