summaryrefslogtreecommitdiffstats
path: root/Tests/Cuda/ProperLinkFlags/file1.cu
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Cuda/ProperLinkFlags/file1.cu')
-rw-r--r--Tests/Cuda/ProperLinkFlags/file1.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Cuda/ProperLinkFlags/file1.cu b/Tests/Cuda/ProperLinkFlags/file1.cu
index d93dc9f..9a105f0 100644
--- a/Tests/Cuda/ProperLinkFlags/file1.cu
+++ b/Tests/Cuda/ProperLinkFlags/file1.cu
@@ -6,6 +6,6 @@ result_type __device__ file1_func(int x)
__ldg(&x);
result_type r;
r.input = x;
- r.sum = x*x;
+ r.sum = x * x;
return r;
}