From c52658e07d3a139790bf074a969c7e3ae98290b0 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 28 Dec 2014 00:40:05 +0100 Subject: autoformat --- src/core/Node.hpp | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/core') diff --git a/src/core/Node.hpp b/src/core/Node.hpp index 1bc4008..50f9a96 100644 --- a/src/core/Node.hpp +++ b/src/core/Node.hpp @@ -351,11 +351,11 @@ public: * Returns the name of the node. */ std::string getName() const { return name; } - + /** * Returns a reference to the name of the node. */ - const std::string& getNameRef() const { return name; } + const std::string &getNameRef() const { return name; } /** * Specifies whether the node has a name, e.g. whether the current name is @@ -437,7 +437,7 @@ public: * @return a vector containing all found node references. */ std::vector> resolve(const std::vector &path, - Filter filter, void *filterData); + Filter filter, void *filterData); /** * Function which resolves a name path to a list of possible nodes starting @@ -466,7 +466,7 @@ public: * @return a vector containing all found node references. */ std::vector> resolve(const char *, Filter filter, - void *filterData) + void *filterData) { return resolve(std::vector{name}, filter, filterData); } @@ -543,12 +543,11 @@ public: }; namespace RttiTypes { - /** - * Typeinformation for the base "Node" class. - */ - extern const Rtti Node; +/** + * Typeinformation for the base "Node" class. + */ +extern const Rtti Node; } - } #endif /* _OUSIA_NODE_HPP_ */ -- cgit v1.2.3