From d39ec4343101a64da579e724a74f2529f2bf60ca Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Wed, 28 May 2014 20:30:14 -0500 Subject: [PATCH] Whitespace fix. --- tests/Basic/Basic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Basic/Basic.h b/tests/Basic/Basic.h index 4e93f3b7..de936323 100644 --- a/tests/Basic/Basic.h +++ b/tests/Basic/Basic.h @@ -124,8 +124,8 @@ public: bool TestPrimitiveOut(CS_OUT float* f); bool TestPrimitiveOutRef(CS_OUT float& f); - bool TestPrimitiveInOut(CS_IN_OUT int* i); - bool TestPrimitiveInOutRef(CS_IN_OUT int& i); + bool TestPrimitiveInOut(CS_IN_OUT int* i); + bool TestPrimitiveInOutRef(CS_IN_OUT int& i); }; class DLL_API AbstractFoo