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@22456 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 26, 2014
1 parent 65a2be7 commit 73b0786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -2610,7 +2610,7 @@ case RECORD_CONSTRUCTOR(__) then
<<
void /*<%retType%>*/ Functions::<%fname%>(<%funArgs |> var as VARIABLE(__) => '<%varType1(var,simCode)%> <%crefStr(name)%>' ;separator=", "%><%if funArgs then "," else ""%><%retType%>& output )
{
<%funArgs |> VARIABLE(__) => '(output.<%crefStr(name)%>) = (<%crefStr(name)%>);' ;separator="\n"%>
//output = <%structVar%>;
//return <%structVar%>;
Expand Down Expand Up @@ -3092,7 +3092,7 @@ case var as VARIABLE(ty = T_STRING(__)) then
let &varAssign +=
<<
//_<%fname%> = <%strVar%>;
output = <%strVar%>;
output = <%strVar%>;
>>
""
else
Expand Down

0 comments on commit 73b0786

Please sign in to comment.