From f4af76e796a57e453f3717cfdf40c8bcf132b62e Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Wed, 6 Sep 2017 07:42:43 +0100 Subject: COMPMID-417: Fix clang tidy after renaming Change-Id: I3e327bcbb4719c493c45397243354289c3223945 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86677 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- src/runtime/NEON/functions/NELaplacianReconstruct.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/runtime/NEON/functions/NELaplacianReconstruct.cpp') 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() { } -- cgit v1.2.1