aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/INESimpleFunction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/INESimpleFunction.cpp')
-rw-r--r--src/runtime/NEON/INESimpleFunction.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime/NEON/INESimpleFunction.cpp b/src/runtime/NEON/INESimpleFunction.cpp
index 6f0da85fc8..a748a1e4ad 100644
--- a/src/runtime/NEON/INESimpleFunction.cpp
+++ b/src/runtime/NEON/INESimpleFunction.cpp
@@ -27,8 +27,9 @@
using namespace arm_compute;
-INESimpleFunction::INESimpleFunction()
- : _kernel(), _border_handler()
+INESimpleFunction::INESimpleFunction() // NOLINT
+ : _kernel(),
+ _border_handler()
{
}