aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h b/arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
index 8239225259..e4446792d8 100644
--- a/arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
+++ b/arm_compute/core/NEON/kernels/NECumulativeDistributionKernel.h
@@ -75,6 +75,5 @@ private:
private:
static const uint32_t _histogram_size = 256; /**< Default histogram size of 256. */
};
-}
-
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_NECUMULATIVEDISTRIBUTIONKERNEL_H__ */