diff --git a/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h b/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h index efe6e1a5701..d3faf9757c0 100644 --- a/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h +++ b/SimulationRuntime/cpp/Include/Core/Solver/SolverSettings.h @@ -64,5 +64,5 @@ class BOOST_EXTENSION_SOLVERSETTINGS_DECL SolverSettings : public ISolverSetting bool _denseOutput; - + }; diff --git a/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h b/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h index 6bb3dc7ae6b..1ce04fbdee0 100644 --- a/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h +++ b/SimulationRuntime/cpp/Include/SimCoreFactory/ObjectFactory.h @@ -1,7 +1,7 @@ #pragma once if defined(__vxworks) #include -#endif +#endif template struct ObjectFactory {