aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/runtime/SubTensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/runtime/SubTensor.h')
-rw-r--r--arm_compute/runtime/SubTensor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm_compute/runtime/SubTensor.h b/arm_compute/runtime/SubTensor.h
index b296877927..2badb31b26 100644
--- a/arm_compute/runtime/SubTensor.h
+++ b/arm_compute/runtime/SubTensor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2019 ARM Limited.
+ * Copyright (c) 2017-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -72,5 +72,5 @@ private:
ITensor *_parent;
mutable SubTensorInfo _info;
};
-}
+} // namespace arm_compute
#endif /*ARM_COMPUTE_SUBTENSOR_H */