Skip to content

Commit f09c7f8

Browse files
[Janitor mode] Fix whitespace
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@23663 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 09e7e3e commit f09c7f8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Compiler/Template/CodegenCpp.tpl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ case SIMCODE(modelInfo=MODELINFO(__)) then
338338
>>
339339
end simulationStateSelectionHeaderFile;
340340
/*
341-
341+
342342
*/
343343
template simulationWriteOutputHeaderFile(SimCode simCode)
344344
"Generates code for header file for simulation target."
@@ -364,12 +364,12 @@ case SIMCODE(modelInfo=MODELINFO(__),simulationSettingsOpt = SOME(settings as SI
364364
public:
365365
<%lastIdentOfPath(modelInfo.name)%>WriteOutput(IGlobalSettings* globalSettings, boost::shared_ptr<IAlgLoopSolverFactory> nonlinsolverfactory, boost::shared_ptr<ISimData> simData);
366366
virtual ~<%lastIdentOfPath(modelInfo.name)%>WriteOutput();
367-
368-
367+
368+
369369
/// Output routine (to be called by the solver after every successful integration step)
370370
virtual void writeOutput(const IWriteOutput::OUTPUT command = IWriteOutput::UNDEF_OUTPUT);
371371
virtual IHistory* getHistory();
372-
372+
373373
protected:
374374
void initialize();
375375
<% match modelInfo case MODELINFO(vars=SIMVARS(__)) then
@@ -4914,7 +4914,7 @@ case SIMCODE(modelInfo = MODELINFO(__),simulationSettingsOpt = SOME(settings as
49144914
then
49154915
<<
49164916
HistoryImplType::value_type_p params;
4917-
4917+
49184918
writeParams(params);
49194919
>>
49204920
else
@@ -7121,9 +7121,9 @@ template writeoutputparamsWithSplit(Text funcNamePrefix, Text type, list<SimVar>
71217121
end writeoutputparamsWithSplit;
71227122

71237123

7124-
template writeParamValst(list<SimVar> varsLst,SimCode simCode, Context context, Boolean useFlatArrayNotation)
7124+
template writeParamValst(list<SimVar> varsLst,SimCode simCode, Context context, Boolean useFlatArrayNotation)
71257125
::=
7126-
varsLst |> SIMVAR(isProtected=false) hasindex i0 =>'params(startIndex+<%i0%>)=<%cref(name, useFlatArrayNotation)%>;';align=8
7126+
varsLst |> SIMVAR(isProtected=false) hasindex i0 =>'params(startIndex+<%i0%>)=<%cref(name, useFlatArrayNotation)%>;';align=8
71277127
end writeParamValst;
71287128

71297129

0 commit comments

Comments
 (0)