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.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Size2D.cpp b/src/core/Size2D.cpp
index 6eb46e56af..69b2651520 100644
--- a/src/core/Size2D.cpp
+++ b/src/core/Size2D.cpp
@@ -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