aboutsummaryrefslogtreecommitdiff
path: root/src/graph/frontend/Stream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/frontend/Stream.cpp')
-rw-r--r--src/graph/frontend/Stream.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/graph/frontend/Stream.cpp b/src/graph/frontend/Stream.cpp
index c04a426eef..383a6dc67f 100644
--- a/src/graph/frontend/Stream.cpp
+++ b/src/graph/frontend/Stream.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2019 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -23,8 +23,8 @@
*/
#include "arm_compute/graph/frontend/Stream.h"
-#include "arm_compute/graph/Utils.h"
#include "arm_compute/graph/frontend/ILayer.h"
+#include "arm_compute/graph/Utils.h"
namespace arm_compute
{
@@ -32,8 +32,7 @@ namespace graph
{
namespace frontend
{
-Stream::Stream(size_t id, std::string name)
- : _ctx(), _manager(), _g(id, std::move(name))
+Stream::Stream(size_t id, std::string name) : _ctx(), _manager(), _g(id, std::move(name))
{
}