From 4680fc4332d939d852592c86546f7bca148dace7 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Fri, 23 Oct 2020 13:04:49 +0900 Subject: Cosmetic changes to pass compilation Signed-off-by: Kenji Hosokawa --- src/core/expression/RBAHasComeEarlierThan.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/expression/RBAHasComeEarlierThan.cpp') diff --git a/src/core/expression/RBAHasComeEarlierThan.cpp b/src/core/expression/RBAHasComeEarlierThan.cpp index 4b5482a..ae15a2c 100644 --- a/src/core/expression/RBAHasComeEarlierThan.cpp +++ b/src/core/expression/RBAHasComeEarlierThan.cpp @@ -49,7 +49,7 @@ RBAHasComeEarlierThan::executeCore(RBAConstraintInfo* info, LOG_addHierarchy(LOG_getSymbol()); bool isResult {false}; - // Get content in left side of the expression + // Get content in left side of the expression RBAConstraintInfo* const leftInfo {info->getChild(0U)}; const RBARuleObject* ruleObj {getLhsOperand()->getReferenceObject(leftInfo, arb)}; const RBAContent* contentLhs {nullptr}; @@ -57,7 +57,7 @@ RBAHasComeEarlierThan::executeCore(RBAConstraintInfo* info, contentLhs = dynamic_cast(ruleObj->getRawObject()); } - // Get content in right hand side of the expression + // Get content in right hand side of the expression RBAConstraintInfo* const rightInfo {info->getChild(1U)}; ruleObj = getRhsOperand()->getReferenceObject(rightInfo, arb); const RBAContent* contentRhs {nullptr}; -- cgit 1.2.3-korg