From 0adccfbfa1114a1ac935c55e2fdcb5b95b2e3607 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 22 Jul 2012 07:05:33 +0000 Subject: [PATCH] Cleanup git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@493 860be788-9bd5-4423-9f1e-828f051e677b --- turtle/detail/function_impl_template.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/turtle/detail/function_impl_template.hpp b/turtle/detail/function_impl_template.hpp index 2736df1..2557068 100644 --- a/turtle/detail/function_impl_template.hpp +++ b/turtle/detail/function_impl_template.hpp @@ -9,8 +9,8 @@ #include "expectation_template.hpp" #define MOCK_FORMAT(z, n, N) \ -<< " " << mock::format( t##n ) \ -<< BOOST_PP_IF(BOOST_PP_EQUAL(N,n), " ", ",") + << " " << mock::format( t##n ) \ + << BOOST_PP_IF(BOOST_PP_EQUAL(N,n), " ", ",") #define MOCK_CONTEXT \ boost::unit_test::lazy_ostream::instance() \ << lazy_context( this ) \