summaryrefslogtreecommitdiff
path: root/tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl')
-rwxr-xr-xtests/test-progs/gpu-hello/src/gpu-hello-kernel.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl b/tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl
index 1f61a6fab..496f9b548 100755
--- a/tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl
+++ b/tests/test-progs/gpu-hello/src/gpu-hello-kernel.cl
@@ -71,7 +71,7 @@ __kernel void read_kernel(size_t code_size,
barrier(CLK_LOCAL_MEM_FENCE);
- if(get_local_id(0) == 0) {
+ if (get_local_id(0) == 0) {
int _lcount = atomic_load(&lcount);
atomic_fetch_add((atomic_int *)chars_decoded, _lcount);
}