aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/NEON/INESimpleFunction.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/NEON/INESimpleFunction.h')
-rw-r--r--arm_compute/runtime/NEON/INESimpleFunction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/NEON/INESimpleFunction.h b/arm_compute/runtime/NEON/INESimpleFunction.h
index 7512759bd0..f783a836ee 100644
--- a/arm_compute/runtime/NEON/INESimpleFunction.h
+++ b/arm_compute/runtime/NEON/INESimpleFunction.h
@@ -57,5 +57,5 @@ protected:
std::unique_ptr<INEKernel> _kernel; /**< Kernel to run */
std::unique_ptr<NEFillBorderKernel> _border_handler; /**< Kernel to handle image borders */
};
-}
+} // namespace arm_compute
#endif /*ARM_COMPUTE_INESIMPLEFUNCTION_H */