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@19295 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 25, 2014
1 parent 7021281 commit dc6a8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Template/CodegenC.tpl
Expand Up @@ -10730,11 +10730,11 @@ template optimizationComponents1(ClassAttributes classAttribute, SimCode simCode
return 0;
>>
let startTimeOpt = match startTimeE
case SOME(exp) then
case SOME(exp) then
let startTimeOptExp = daeExp(exp, contextOther, &preExp, &varDecls)
<<
<<
*startTimeOpt = <%startTimeOptExp%>;
>>
>>

let objectiveIntegrand = match objectiveIntegrandE case SOME(exp) then
<<
Expand Down

0 comments on commit dc6a8d9

Please sign in to comment.