From 9be610631147e220f59027a5625c55ee6b68bbf9 Mon Sep 17 00:00:00 2001 From: mat007 Date: Sun, 30 Aug 2009 22:32:53 +0000 Subject: [PATCH] Clean-up git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@13 860be788-9bd5-4423-9f1e-828f051e677b --- src/tests/turtle_test/is_functor_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/turtle_test/is_functor_test.cpp b/src/tests/turtle_test/is_functor_test.cpp index a13faa7..ce83c43 100644 --- a/src/tests/turtle_test/is_functor_test.cpp +++ b/src/tests/turtle_test/is_functor_test.cpp @@ -10,11 +10,11 @@ #include #include #ifdef _MSC_VER -#pragma warning( push, 0 ) +# pragma warning( push, 0 ) #endif #include #ifdef _MSC_VER -#pragma warning( pop ) +# pragma warning( pop ) #endif #include