aboutsummaryrefslogtreecommitdiff
path: root/src/core/Size2D.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Size2D.cpp')
-rw-r--r--src/core/Size2D.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/Size2D.cpp b/src/core/Size2D.cpp
index 8aa801bda4..69b2651520 100644
--- a/src/core/Size2D.cpp
+++ b/src/core/Size2D.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020 ARM Limited.
+ * Copyright (c) 2020 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -22,6 +22,7 @@
* SOFTWARE.
*/
#include "arm_compute/core/Size2D.h"
+
#include "support/StringSupport.h"
namespace arm_compute
@@ -30,4 +31,4 @@ std::string Size2D::to_string() const
{
return support::cpp11::to_string(width) + std::string("x") + support::cpp11::to_string(height);
}
-}
+} // namespace arm_compute