aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/Tensor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Tensor.cpp')
-rw-r--r--src/runtime/Tensor.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/runtime/Tensor.cpp b/src/runtime/Tensor.cpp
index 8f7ecd6ffa..f17e323694 100644
--- a/src/runtime/Tensor.cpp
+++ b/src/runtime/Tensor.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2019 ARM Limited.
+ * Copyright (c) 2016-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -25,8 +25,7 @@
namespace arm_compute
{
-Tensor::Tensor(IRuntimeContext *)
- : _allocator(this)
+Tensor::Tensor(IRuntimeContext *) : _allocator(this)
{
}