Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@57 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x97davka committed Dec 5, 1997
1 parent e24db13 commit 1decaa0
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions modeq/main.rml
Expand Up @@ -20,11 +20,16 @@ relation main =
main _
*)

rule print "Jahaja\n" &
Parser.parse f => p &
Dump.dump p
(* & Dump.dump Test.prog1 *)
& print "[slut]\n"
----------------
main f::_
rule print "Jahaja\n" &
Parser.parse f => p &
Dump.dump p
(* & Dump.dump Test.prog1 *)
& print "[slut]\n"
----------------
main [f]

rule print "Supply a file name\n"
----------------------------
main []

end

0 comments on commit 1decaa0

Please sign in to comment.