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@24479 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 8, 2015
1 parent 93c7773 commit d5f3d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Script/CevalScript.mo
Expand Up @@ -2556,7 +2556,7 @@ algorithm
b = Interactive.isEnumeration(classpath, p);
then
(cache,Values.BOOL(b),st);

case (cache,_,"isOperator",{Values.CODE(Absyn.C_TYPENAME(classpath))},st as GlobalScript.SYMBOLTABLE(ast=p),_)
equation
b = Interactive.isOperator(classpath, p);
Expand Down

0 comments on commit d5f3d45

Please sign in to comment.