aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLSobel5x5Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLSobel5x5Kernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLSobel5x5Kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLSobel5x5Kernel.h b/arm_compute/core/CL/kernels/CLSobel5x5Kernel.h
index e90f8f587e..53542ac705 100644
--- a/arm_compute/core/CL/kernels/CLSobel5x5Kernel.h
+++ b/arm_compute/core/CL/kernels/CLSobel5x5Kernel.h
@@ -112,5 +112,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_CLSOBEL5X5KERNEL_H__ */