aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/ICLKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/ICLKernel.cpp')
-rw-r--r--src/core/CL/ICLKernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/ICLKernel.cpp b/src/core/CL/ICLKernel.cpp
index 13037a771d..3eb94b7ddc 100644
--- a/src/core/CL/ICLKernel.cpp
+++ b/src/core/CL/ICLKernel.cpp
@@ -194,4 +194,4 @@ cl::NDRange ICLKernel::gws_from_window(const Window &window)
(window.z().end() - window.z().start()) / window.z().step());
return gws;
-} \ No newline at end of file
+}