Skip to content

Commit

Permalink
- fix indentation
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@22457 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
lochel committed Sep 26, 2014
1 parent 73b0786 commit 31835f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/Template/CodegenCpp.tpl
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 31835f5

Please sign in to comment.