aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NELaplacianReconstruct.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NELaplacianReconstruct.cpp')
-rw-r--r--src/runtime/NEON/functions/NELaplacianReconstruct.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/runtime/NEON/functions/NELaplacianReconstruct.cpp b/src/runtime/NEON/functions/NELaplacianReconstruct.cpp
index 8366e2bfec..0893701cd5 100644
--- a/src/runtime/NEON/functions/NELaplacianReconstruct.cpp
+++ b/src/runtime/NEON/functions/NELaplacianReconstruct.cpp
@@ -34,8 +34,11 @@
using namespace arm_compute;
-NELaplacianReconstruct::NELaplacianReconstruct()
- : _tmp_pyr(), _addf(), _scalef(), _depthf()
+NELaplacianReconstruct::NELaplacianReconstruct() // NOLINT
+ : _tmp_pyr(),
+ _addf(),
+ _scalef(),
+ _depthf()
{
}