summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAIsOn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/expression/RBAIsOn.cpp')
-rw-r--r--src/core/expression/RBAIsOn.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/expression/RBAIsOn.cpp b/src/core/expression/RBAIsOn.cpp
index f8dd769..af60c20 100644
--- a/src/core/expression/RBAIsOn.cpp
+++ b/src/core/expression/RBAIsOn.cpp
@@ -63,8 +63,8 @@ RBAIsOn::executeCore(RBAConstraintInfo* info,
}
} else {
// Currently, there is no expression that returns null as "Scene",
- // so it does not go through this path. But an expression that returns null
- // may be added in the future, so it is described as it is.
+ // so it does not go through this path. But an expression that returns null
+ // may be added in the future, so it is described as it is.
;
}
#ifdef RBA_USE_LOG
@@ -91,8 +91,8 @@ RBAIsOn::executeCore(RBAConstraintInfo* info,
}
} else {
// Currently, there is no expression that returns null as "Scene",
- // so it does not go through this path. But an expression that returns null
- // may be added in the future, so it is described as it is.
+ // so it does not go through this path. But an expression that returns null
+ // may be added in the future, so it is described as it is.
LOG_arbitrateConstraintLogicLogLine(
" " + getPreMsg(ruleObj->isPrevious()) + "Scene[NULL] is not On");
LOG_coverageConstraintExpressionLog(LOG_getCoverageExpressionText(),