aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h')
-rw-r--r--arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h b/arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h
index 485aa0e024..10f4fc6b05 100644
--- a/arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h
+++ b/arm_compute/runtime/GLES_COMPUTE/GCMemoryGroup.h
@@ -44,5 +44,5 @@ inline void MemoryGroupBase<GCTensor>::associate_memory_group(GCTensor *obj)
ARM_COMPUTE_ERROR_ON(allocator == nullptr);
allocator->set_associated_memory_group(this);
}
-} // arm_compute
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_GCMEMORYGROUP_H__ */