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