summaryrefslogtreecommitdiffstats
path: root/Tests/CudaOnly/EnableStandard/main.cu
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CudaOnly/EnableStandard/main.cu')
-rw-r--r--Tests/CudaOnly/EnableStandard/main.cu4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CudaOnly/EnableStandard/main.cu b/Tests/CudaOnly/EnableStandard/main.cu
index f219583..740c832 100644
--- a/Tests/CudaOnly/EnableStandard/main.cu
+++ b/Tests/CudaOnly/EnableStandard/main.cu
@@ -2,9 +2,9 @@
#include <iostream>
#ifdef _WIN32
-#define IMPORT __declspec(dllimport)
+# define IMPORT __declspec(dllimport)
#else
-#define IMPORT
+# define IMPORT
#endif
int static_cuda11_func(int);