aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/ITensorAllocator.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/ITensorAllocator.h')
-rw-r--r--arm_compute/runtime/ITensorAllocator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/ITensorAllocator.h b/arm_compute/runtime/ITensorAllocator.h
index bb708f0b97..f829cf25ab 100644
--- a/arm_compute/runtime/ITensorAllocator.h
+++ b/arm_compute/runtime/ITensorAllocator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2018 ARM Limited.
+ * Copyright (c) 2016-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -96,5 +96,5 @@ private:
TensorInfo _info; /**< Tensor's metadata. */
size_t _alignment; /**< Tensor's alignment in bytes */
};
-}
+} // namespace arm_compute
#endif /*__ARM_COMPUTE_ITENSORALLOCATOR_H__ */