aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLScharr3x3Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLScharr3x3Kernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLScharr3x3Kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLScharr3x3Kernel.h b/arm_compute/core/CL/kernels/CLScharr3x3Kernel.h
index fe245cc351..63515fd237 100644
--- a/arm_compute/core/CL/kernels/CLScharr3x3Kernel.h
+++ b/arm_compute/core/CL/kernels/CLScharr3x3Kernel.h
@@ -82,5 +82,5 @@ private:
ICLTensor *_output_x; /**< Output image for scharr X */
ICLTensor *_output_y; /**< Output image for scharr Y */
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLSCHARR3X3KERNEL_H__ */