aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLSobel3x3Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLSobel3x3Kernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLSobel3x3Kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLSobel3x3Kernel.h b/arm_compute/core/CL/kernels/CLSobel3x3Kernel.h
index 9edeb6ceff..fd596d96d4 100644
--- a/arm_compute/core/CL/kernels/CLSobel3x3Kernel.h
+++ b/arm_compute/core/CL/kernels/CLSobel3x3Kernel.h
@@ -68,5 +68,5 @@ private:
bool _run_sobel_x; /**< Do we need to run Sobel X ? */
bool _run_sobel_y; /**< Do we need to run Sobel Y ? */
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLSOBEL3X3KERNEL_H__ */