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@22514 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Sep 30, 2014
1 parent 6eb5a8b commit 61e34ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/cpp/Core/Math/FactoryExport.cpp
Expand Up @@ -2,7 +2,7 @@

#if defined(__vxworks)



#elif defined(SIMSTER_BUILD)
#include <Core/Modelica.h>
Expand All @@ -11,7 +11,7 @@
extern "C" void BOOST_EXTENSION_EXPORT_DECL extension_export_math(boost::extensions::factory_map & fm)
{


}

#elif defined(OMC_BUILD)
Expand Down
Expand Up @@ -100,7 +100,7 @@ struct SolverOMCFactory : public ObjectFactory<CreationPolicy>

LOADERRESULT result;

PATH math_path = ObjectFactory<CreationPolicy>::_library_path;
PATH math_path = ObjectFactory<CreationPolicy>::_library_path;
PATH math_name(MATH_LIB);
math_path/=math_name;

Expand Down

0 comments on commit 61e34ac

Please sign in to comment.