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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/NEON/INESimpleFunction.cpp b/src/runtime/NEON/INESimpleFunction.cpp
index 5438bce62a..b6977221b9 100644
--- a/src/runtime/NEON/INESimpleFunction.cpp
+++ b/src/runtime/NEON/INESimpleFunction.cpp
@@ -26,6 +26,7 @@
#include "arm_compute/core/CPP/ICPPKernel.h"
#include "arm_compute/core/Window.h"
#include "arm_compute/runtime/NEON/NEScheduler.h"
+
#include "src/core/NEON/kernels/NEFillBorderKernel.h"
namespace arm_compute
@@ -33,8 +34,7 @@ namespace arm_compute
INESimpleFunction::~INESimpleFunction() = default;
INESimpleFunction::INESimpleFunction() // NOLINT
- : _kernel(),
- _border_handler()
+ : _kernel(), _border_handler()
{
}