From f2051fb35b1ad49c4d940e6fbba2acc98b216e13 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Tue, 12 Feb 2019 23:59:24 +0100 Subject: clang format --- node/variablenode.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'node/variablenode.h') diff --git a/node/variablenode.h b/node/variablenode.h index c74e7ff..c26e60d 100644 --- a/node/variablenode.h +++ b/node/variablenode.h @@ -12,22 +12,22 @@ class VariableNode : public ExecutionNode public: VariableNode(); void run(ExecutionNode* previous); - virtual QString toString(bool withLabel)const; + virtual QString toString(bool withLabel) const; virtual qint64 getPriority() const; /** * @brief getCopy * @return */ - virtual ExecutionNode *getCopy() const; + virtual ExecutionNode* getCopy() const; qint64 getIndex() const; void setIndex(qint64 index); - std::vector* getData() const; - void setData(std::vector* data); + std::vector* getData() const; + void setData(std::vector* data); private: quint64 m_index; - std::vector* m_data = nullptr; + std::vector* m_data= nullptr; }; #endif // VARIABLENODE_H -- cgit v1.2.3-70-g09d2