aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLHistogramKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLHistogramKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLHistogramKernel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/CL/kernels/CLHistogramKernel.h b/arm_compute/core/CL/kernels/CLHistogramKernel.h
index b65e62d9a2..e21aa3c56d 100644
--- a/arm_compute/core/CL/kernels/CLHistogramKernel.h
+++ b/arm_compute/core/CL/kernels/CLHistogramKernel.h
@@ -93,6 +93,5 @@ private:
const ICLImage *_input;
ICLDistribution1D *_output;
};
-}
-
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_CLHISTOGRAMKERNEL_H__*/