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@21017 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jun 8, 2014
1 parent aed9fe0 commit 3632c44
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Compiler/FrontEnd/Expression.mo
Expand Up @@ -7174,43 +7174,43 @@ algorithm
case (((e as DAE.CALL(path = Absyn.IDENT(name="alarm"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("alarm: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="compareFilesAndMove"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("compareFilesAndMove: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="delay"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("delay: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="initial"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("initial: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="print"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("print: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="readFile"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("readFile: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="sample"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("sample: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="system"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("system: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="system_parallel"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("system_parallel: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="terminal"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("terminal: call is not marked as impure\n"); */
then ((e, true));

case (((e as DAE.CALL(path = Absyn.IDENT(name="writeFile"), attr=DAE.CALL_ATTR(builtin=true))), _)) /* equation
print("writeFile: call is not marked as impure\n"); */
then ((e, true));
Expand Down

0 comments on commit 3632c44

Please sign in to comment.