Skip to content

Commit 5a2380c

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@25889 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent da50f02 commit 5a2380c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Compiler/BackEnd/BackendDAEUtil.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,7 @@ algorithm
18611861
queue := list(e for e guard arrayGet(oMark,e) == 0 in queue);
18621862
end if;
18631863
end while;
1864-
1864+
18651865
end markStateEquationsWork;
18661866

18671867

Compiler/Template/CodegenCpp.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12632,7 +12632,7 @@ end daeExpIf;
1263212632

1263312633
template encloseInParantheses(String expStr)
1263412634
"Encloses expression in paranthesis if not yet given"
12635-
::=
12635+
::=
1263612636
if intEq(stringGet(expStr, 1), stringGet("(", 1)) then '<%expStr%>' else '(<%expStr%>)'
1263712637
end encloseInParantheses;
1263812638

0 commit comments

Comments
 (0)