From c91899ddf35df23fb6ea136bcf6e5c9aabe9467b Mon Sep 17 00:00:00 2001 From: triton Date: Sun, 29 Jun 2014 16:51:51 +0100 Subject: [PATCH] Whitespace change. --- tests/Basic/Basic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Basic/Basic.h b/tests/Basic/Basic.h index 36654fa4..b405fe0e 100644 --- a/tests/Basic/Basic.h +++ b/tests/Basic/Basic.h @@ -259,7 +259,7 @@ struct DLL_API TestDelegates TestDelegates(); static int Double(int N) { return N * 2; } int Triple(int N) { return N * 3; } - + int StdCall(DelegateStdCall del) { return del(1); } int CDecl(DelegateCDecl del) { return del(1); }