Skip to content

Commit

Permalink
[Janitor mode] Fix tabs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@16175 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed May 31, 2013
1 parent 45d2e34 commit a914ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenCSharp.tpl
Expand Up @@ -586,8 +586,8 @@ template aliasVarInfos(String regionName, list<SimVar> varsLst, /*Integer varsCn
let aliasLookup =
match aliasvar
case NOALIAS(__) then
error(sourceInfo(), "Unexpected non-alias variable amongst aliases.")
case ALIAS(__) then
error(sourceInfo(), "Unexpected non-alias variable amongst aliases.")
case ALIAS(__) then
'fvd["<%crefStrWithDerOnLast(varName, simCode)%>"]'
case NEGATEDALIAS(__) then
'-fvd["<%crefStrWithDerOnLast(varName, simCode)%>"]'
Expand Down

0 comments on commit a914ef7

Please sign in to comment.