Skip to content

Commit

Permalink
[Janitor mode] Fix whitespace
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24766 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 25, 2015
1 parent c789f13 commit 2788d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/CommonSubExpression.mo
Expand Up @@ -337,7 +337,7 @@ algorithm
end if;
i = i+1;
end if;

if Flags.isSet(Flags.DUMP_CSE_VERBOSE) then
print(" - cse binary expression: " + ExpressionDump.printExpStr(inExp) + " (counter: " + intString(counter) + ", id: " + ExpressionDump.printExpStr(value) + ")\n");
end if;
Expand Down Expand Up @@ -368,7 +368,7 @@ algorithm
HT = BaseHashTable.add((inExp, value), HT);
HT2 = BaseHashTable.add((value, counter), HT2);
end if;

if Flags.isSet(Flags.DUMP_CSE_VERBOSE) then
print(" - cse call expression: " + ExpressionDump.printExpStr(inExp) + " (counter: " + intString(counter) + ", id: " + ExpressionDump.printExpStr(value) + ")\n");
end if;
Expand Down

0 comments on commit 2788d6e

Please sign in to comment.