Browse Source

Whitespace change.

pull/273/head
triton 12 years ago
parent
commit
c91899ddf3
  1. 2
      tests/Basic/Basic.h

2
tests/Basic/Basic.h

@ -259,7 +259,7 @@ struct DLL_API TestDelegates
TestDelegates(); TestDelegates();
static int Double(int N) { return N * 2; } static int Double(int N) { return N * 2; }
int Triple(int N) { return N * 3; } int Triple(int N) { return N * 3; }
int StdCall(DelegateStdCall del) { return del(1); } int StdCall(DelegateStdCall del) { return del(1); }
int CDecl(DelegateCDecl del) { return del(1); } int CDecl(DelegateCDecl del) { return del(1); }

Loading…
Cancel
Save