summaryrefslogtreecommitdiffstats
path: root/src/core/expression/RBAIsOn.cpp
diff options
context:
space:
mode:
authorKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
committerKenji Hosokawa <khosokawa@jp.adit-jv.com>2020-10-23 13:04:49 +0900
commit4680fc4332d939d852592c86546f7bca148dace7 (patch)
treefa1d71082e85e1bbcc6ba3686dfd372311cc8885 /src/core/expression/RBAIsOn.cpp
parentc0ecf677d8ac6ad5cd12e97a294e075f3f8cb249 (diff)
Cosmetic changes to pass compilation
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
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(),