aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/IAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/IAllocator.h')
-rw-r--r--arm_compute/runtime/IAllocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/IAllocator.h b/arm_compute/runtime/IAllocator.h
index 5c28b24fea..f8446db811 100644
--- a/arm_compute/runtime/IAllocator.h
+++ b/arm_compute/runtime/IAllocator.h
@@ -56,5 +56,5 @@ public:
*/
virtual std::unique_ptr<IMemoryRegion> make_region(size_t size, size_t alignment) = 0;
};
-} // arm_compute
+} // namespace arm_compute
#endif /*ARM_COMPUTE_IALLOCATOR_H */