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)
{ {
} }
...@@ -51,4 +51,4 @@ namespace ngraph ...@@ -51,4 +51,4 @@ namespace ngraph
{ {
} }
}; };
} }
\ No newline at end of file
...@@ -82,4 +82,4 @@ namespace ngraph ...@@ -82,4 +82,4 @@ namespace ngraph
{ {
extern Dot dot; extern Dot dot;
} }
} }
\ No newline at end of file
...@@ -40,4 +40,4 @@ namespace ngraph ...@@ -40,4 +40,4 @@ namespace ngraph
protected: protected:
std::vector<size_t> m_sizes; std::vector<size_t> m_sizes;
}; };
} }
\ No newline at end of file
...@@ -133,4 +133,4 @@ namespace ngraph ...@@ -133,4 +133,4 @@ namespace ngraph
protected: protected:
ValueType::ptr m_type; ValueType::ptr m_type;
}; };
} }
\ No newline at end of file
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