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@24517 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Feb 11, 2015
1 parent 9b1b9b8 commit 150db6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -7,7 +7,7 @@
#ifdef RUNTIME_STATIC_LINKING
class SimulationMonitor
#else
class BOOST_EXTENSION_MONITOR_DECL SimulationMonitor
class BOOST_EXTENSION_MONITOR_DECL SimulationMonitor
#endif
{
public:
Expand Down
2 changes: 1 addition & 1 deletion SimulationRuntime/cpp/Include/Core/System/EventHandling.h
Expand Up @@ -13,7 +13,7 @@ class DiscreteEvents;
#ifdef RUNTIME_STATIC_LINKING
class EventHandling
#else
class BOOST_EXTENSION_EVENTHANDLING_DECL EventHandling
class BOOST_EXTENSION_EVENTHANDLING_DECL EventHandling
#endif
{
public:
Expand Down

0 comments on commit 150db6a

Please sign in to comment.