aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h b/arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h
index e8bd6aac7f..3a7bb40b2a 100644
--- a/arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h
+++ b/arm_compute/core/CL/kernels/CLAbsoluteDifferenceKernel.h
@@ -67,5 +67,5 @@ private:
const ICLTensor *_input2; /**< Source tensor 2. */
ICLTensor *_output; /**< Destination tensor. */
};
-}
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_CLABSOLUTEDIFFERENCEKERNEL_H__ */