aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h b/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
index 1484c06311..758dc74381 100644
--- a/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
+++ b/arm_compute/core/CL/kernels/CLGaussian5x5Kernel.h
@@ -63,5 +63,5 @@ private:
//Make the configure method of the parent class private
using CLSeparableConvolution5x5VertKernel::configure;
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_CLGAUSSIAN5X5KERNEL_H__ */