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@23320 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Nov 11, 2014
1 parent 5cce585 commit fae56d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Compiler/BackEnd/BackendInline.mo
Expand Up @@ -179,8 +179,8 @@ protected
Boolean inlined;
algorithm
for i in 1:arraysize loop
(eqn, inlined) := inlineEqOpt(inEqnArray[i], fns);
(eqn, inlined) := inlineEqOpt(inEqnArray[i], fns);

if inlined then
arrayUpdate(inEqnArray, i, eqn);
oInlined := true;
Expand Down
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenC.tpl
Expand Up @@ -4853,8 +4853,8 @@ template contextArrayReferenceCrefAndCopy(ComponentRef cr, Exp e, Type ty, Conte
let &varCopy += if lhs then '<%lhs%><%\n%>' else error(sourceInfo(), 'Got empty statement from writeLhsCref(<%printExpStr(e)%>)')
let &varCopy += varCopyAfter
var
else
let &preExp = buffer ""
else
let &preExp = buffer ""
scalarLhsCref(e, context, &preExp, &varDecls, &auxFunction)
end contextArrayReferenceCrefAndCopy;

Expand Down

0 comments on commit fae56d9

Please sign in to comment.