aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEThresholdKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEThresholdKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEThresholdKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NEThresholdKernel.h b/arm_compute/core/NEON/kernels/NEThresholdKernel.h
index ab6f6f75d2..8fd561b587 100644
--- a/arm_compute/core/NEON/kernels/NEThresholdKernel.h
+++ b/arm_compute/core/NEON/kernels/NEThresholdKernel.h
@@ -77,5 +77,5 @@ private:
uint8_t _true_value;
uint8_t _upper;
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_NETHRESHOLDKERNEL_H__ */