aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h')
-rw-r--r--arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h b/arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
index 7bbf68c435..f57d0408cb 100644
--- a/arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
+++ b/arm_compute/core/NEON/kernels/NEBitwiseNotKernel.h
@@ -62,5 +62,5 @@ private:
const ITensor *_input; /**< Source tensor */
ITensor *_output; /**< Destination tensor */
};
-}
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_NEBITWISENOTKERNEL_H__ */