aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/Types.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/Types.h')
-rw-r--r--arm_compute/runtime/Types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arm_compute/runtime/Types.h b/arm_compute/runtime/Types.h
index b962427ef8..f2607c0204 100644
--- a/arm_compute/runtime/Types.h
+++ b/arm_compute/runtime/Types.h
@@ -46,6 +46,5 @@ using MemoryMappings = std::map<IMemory *, size_t>;
/** A map of the groups and memory mappings */
using GroupMappings = std::map<size_t, MemoryMappings>;
-
-} // arm_compute
+} // namespace arm_compute
#endif /* __ARM_COMPUTE_RUNTIME_TYPES_H__ */