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@24813 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 26, 2015
1 parent fe1b3b8 commit e674424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Script/Figaro.mo
Expand Up @@ -560,7 +560,7 @@ algorithm
xml := xml + inBdfFile;
xml := xml + "</FILE>\n</LOAD_BDF_FI>\n";
xml := xml + "<RUN_TREATMENT>\n";


// In case the fault tree will be needed.
if inMode == "figaro0" then
Expand All @@ -577,7 +577,7 @@ algorithm

xml := xml + "\n <RESOLVE_CONST>VRAI</RESOLVE_CONST>\n <RESOLVE_ATTR>FAUX</RESOLVE_ATTR>\n <INST_RULE>VRAI</INST_RULE>\n";
xml := xml + "</RUN_TREATMENT>\n</REQUESTS>";
outXml := xml;
outXml := xml;
end makeXml;

protected function truncateExtension
Expand Down

0 comments on commit e674424

Please sign in to comment.