Browse Source

Whitespace fix.

pull/267/head
Tom Spilman 12 years ago
parent
commit
d39ec43431
  1. 4
      tests/Basic/Basic.h

4
tests/Basic/Basic.h

@ -124,8 +124,8 @@ public: @@ -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

Loading…
Cancel
Save