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@23965 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jan 7, 2015
1 parent 3e3e58f commit a7b270d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Compiler/Template/CodegenC.tpl
Expand Up @@ -11230,7 +11230,7 @@ template optimizationComponents1(ClassAttributes classAttribute, SimCode simCode
return 0;
#endif
>>

let startTimeOpt = match startTimeE
case SOME(exp) then
let startTimeOptExp = daeExp(exp, contextOther, &preExp, &varDecls, &auxFunction)
Expand All @@ -11248,7 +11248,7 @@ template optimizationComponents1(ClassAttributes classAttribute, SimCode simCode
return 0;
#endif
>>

let inputBounds = match simCode
case simCode as SIMCODE(__) then
match modelInfo
Expand Down

0 comments on commit a7b270d

Please sign in to comment.