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