From 686cd8f0845386b6584c433dafc891ac5d9a826c Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 15 Jul 2016 02:20:41 +0200 Subject: improve indentation --- node/scalaroperatornode.cpp | 2 +- parsingtoolbox.h | 74 ++++++++++++++++++++++----------------------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/node/scalaroperatornode.cpp b/node/scalaroperatornode.cpp index 0dcb9b9..692b09f 100644 --- a/node/scalaroperatornode.cpp +++ b/node/scalaroperatornode.cpp @@ -47,7 +47,7 @@ ScalarOperatorNode::~ScalarOperatorNode() void ScalarOperatorNode::run(ExecutionNode* previous) { - m_previousNode = previous; + m_previousNode = previous; if(NULL!=m_internalNode) { m_internalNode->run(this); diff --git a/parsingtoolbox.h b/parsingtoolbox.h index 3046570..e5f7fa8 100644 --- a/parsingtoolbox.h +++ b/parsingtoolbox.h @@ -41,25 +41,25 @@ class ParsingToolBox public: enum LIST_OPERATOR {NONE,UNIQUE}; - /** - * @brief ParsingToolBox - */ + /** + * @brief ParsingToolBox + */ ParsingToolBox(); /** * @brief ParsingToolBox * @param data */ ParsingToolBox(const ParsingToolBox & data); - /** - * @brief ~ParsingToolBox - */ - virtual ~ParsingToolBox(); - /** - * @brief addSort - * @param e - * @param b - * @return - */ + /** + * @brief ~ParsingToolBox + */ + virtual ~ParsingToolBox(); + /** + * @brief addSort + * @param e + * @param b + * @return + */ ExecutionNode* addSort(ExecutionNode* e,bool b); /** * @brief readAscending @@ -67,18 +67,18 @@ public: * @return */ static bool readAscending(QString& str); - /** - * @brief readLogicOperator - * @param str - * @param op - * @return - */ + /** + * @brief readLogicOperator + * @param str + * @param op + * @return + */ bool readLogicOperator(QString& str,BooleanCondition::LogicOperator& op); - /** - * @brief readValidator - * @param str - * @return - */ + /** + * @brief readValidator + * @param str + * @return + */ Validator* readValidator(QString& str); /** * @brief readCompositeValidator @@ -102,17 +102,17 @@ public: * @return */ static bool readVariable(QString& str,qint64& myNumber); - /** - * @brief readOpenParentheses - * @param str - * @return - */ + /** + * @brief readOpenParentheses + * @param str + * @return + */ static bool readOpenParentheses(QString& str); - /** - * @brief readCloseParentheses - * @param str - * @return - */ + /** + * @brief readCloseParentheses + * @param str + * @return + */ static bool readCloseParentheses(QString& str); /** @@ -168,11 +168,11 @@ private: QMap* m_logicOp; QMap* m_logicOperation; - QMap* m_conditionOperation; - QHash* m_arithmeticOperation; + QMap* m_conditionOperation; + QHash* m_arithmeticOperation; - static QHash* m_variableHash; + static QHash* m_variableHash; }; #endif // PARSINGTOOLBOX_H -- cgit v1.2.3-70-g09d2