Cosmetics: fixed the coding style

This commit is contained in:
Felipe Zimmerle
2015-10-20 16:05:50 -03:00
parent 90c74beca1
commit 59af8ab842
8 changed files with 13 additions and 11 deletions

View File

@@ -102,7 +102,8 @@ void SetVar::dump() {
bool SetVar::evaluate(Rule *rule, Assay *assay) {
std::string targetValue;
int value = 0;
std::string variableNameExpanded = MacroExpansion::expand(variableName, assay);
std::string variableNameExpanded = MacroExpansion::expand(variableName,
assay);
std::string resolvedPre = MacroExpansion::expand(predicate, assay);
if (operation == setOperation) {