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