Skip to content

Commit

Permalink
- Fixed indentation of record constructor result parameter in DAEDump.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@8701 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
perost committed Apr 19, 2011
1 parent b312514 commit f47093d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/FrontEnd/DAEDump.mo
Expand Up @@ -3369,7 +3369,7 @@ algorithm
str = IOStream.append(str, fstr);
str = IOStream.append(str, " \"Automatically generated record constructor for " +& fstr +& "\"\n");
str = IOStream.append(str, printRecordConstructorInputsStr(tp));
str = IOStream.append(str, "output "+&Absyn.pathLastIdent(fpath) +& " res;\n");
str = IOStream.append(str, " output "+&Absyn.pathLastIdent(fpath) +& " res;\n");
str = IOStream.append(str, "end ");
str = IOStream.append(str, fstr);
str = IOStream.append(str, ";\n\n");
Expand Down

0 comments on commit f47093d

Please sign in to comment.