aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/ICPPKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/ICPPKernel.h')
-rw-r--r--arm_compute/core/CPP/ICPPKernel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/core/CPP/ICPPKernel.h b/arm_compute/core/CPP/ICPPKernel.h
index 2e5600f5ff..54717caf80 100644
--- a/arm_compute/core/CPP/ICPPKernel.h
+++ b/arm_compute/core/CPP/ICPPKernel.h
@@ -51,5 +51,5 @@ public:
*/
virtual void run(const Window &window, const ThreadInfo &info) = 0;
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_ICPPKERNEL_H__ */