Commit 3a53de5e authored by Scott Cyphers's avatar Scott Cyphers

Style

parent 43eb19bd
...@@ -60,4 +60,4 @@ namespace ngraph ...@@ -60,4 +60,4 @@ namespace ngraph
Result m_result; Result m_result;
}; };
} // end namespace ngraph }
\ No newline at end of file
...@@ -28,8 +28,8 @@ namespace ngraph ...@@ -28,8 +28,8 @@ namespace ngraph
using ptr = std::shared_ptr<Node>; using ptr = std::shared_ptr<Node>;
Node(const std::vector<Node::ptr>& arguments, ValueType::ptr type = 0) Node(const std::vector<Node::ptr>& arguments, ValueType::ptr type = 0)
: m_arguments(arguments) : TypedValueMixin(type)
, TypedValueMixin(type) , m_arguments(arguments)
{ {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment