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@24981 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Mar 7, 2015
1 parent a4fa7a9 commit 66c19d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/SimCode/SimCodeUtil.mo
Expand Up @@ -6274,7 +6274,7 @@ algorithm
ty = Expression.typeof(e1);
left = ComponentReference.makeCrefIdent("$TMP_" + intString(iuniqueEqIndex), ty, {});
lhse = DAE.CREF(left,ty);
// Expand the tmp cref and create the list of rhs vars
// Expand the tmp cref and create the list of rhs vars
// to update the original lhs vars
crefstmp = ComponentReference.expandCref(left, false);
expLstTmp = List.map(crefstmp, Expression.crefExp);
Expand Down

0 comments on commit 66c19d2

Please sign in to comment.