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@24219 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Jan 27, 2015
1 parent c7556d2 commit b418da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Compiler/Template/CodegenCpp.tpl
Expand Up @@ -1696,7 +1696,7 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__)) then
#include <Core/ModelicaDefine.h>
#include <SimCoreFactory/Policies/FactoryConfig.h>
#include <SimController/ISimController.h>

#ifdef RUNTIME_STATIC_LINKING
#include <Core/DataExchange/SimData.h>
#include <SimCoreFactory/OMCFactory/StaticOMCFactory.h>
Expand Down Expand Up @@ -1797,7 +1797,7 @@ case SIMCODE(modelInfo=MODELINFO(__), makefileParams=MAKEFILE_PARAMS(__)) then
>>
%>
<%additionalPreRunCommands%>

#ifdef RUNTIME_STATIC_LINKING
boost::shared_ptr<OMCFactory> _factory = boost::shared_ptr<OMCFactory>(new StaticOMCFactory());
#else
Expand Down Expand Up @@ -2431,7 +2431,7 @@ case "gcc" then
<%\t%>$(CXX) $(CPPFLAGS) -I. -o $(MAINOBJ) $(OFILES) $(MAINFILE) $(LDMAINFLAGS)
else
<%\t%>$(CXX) -shared -I. -o $(SYSTEMOBJ) $(OFILES) $(CPPFLAGS) <%dirExtra%> <%libsPos1%> <%libsPos2%> $(LDSYSTEMFLAGS)
<%\t%>$(CXX) $(CPPFLAGS) -I. -o $(MAINOBJ) $(MAINFILE) $(LDMAINFLAGS)
<%\t%>$(CXX) $(CPPFLAGS) -I. -o $(MAINOBJ) $(MAINFILE) $(LDMAINFLAGS)
endif

<%if boolNot(stringEq(makefileParams.platform, "win32")) then
Expand Down

0 comments on commit b418da2

Please sign in to comment.