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@22560 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
OpenModelica-Hudson committed Oct 2, 2014
1 parent 853e5c2 commit c28fb95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimulationRuntime/cpp/Include/Core/Modelica.h
Expand Up @@ -35,7 +35,7 @@ using namespace std;
#include <boost/circular_buffer.hpp>
#include <boost/foreach.hpp>
#if defined (__vxworks)
#else
#else
#include "Utils/extension/shared_library.hpp"
#include "Utils/extension/extension.hpp"
#include "Utils/extension/factory.hpp"
Expand Down Expand Up @@ -75,7 +75,7 @@ using namespace std;
#include <Core/Utils/extension/type_map.hpp>
#include <Core/Utils/extension/factory_map.hpp>
#if defined (__vxworks)
#else
#else
#include <Core/Utils/extension/shared_library.hpp>
#include <Core/Utils/extension/convenience.hpp>
#include <boost/filesystem/operations.hpp>
Expand All @@ -93,7 +93,7 @@ using namespace std;
#include <boost/numeric/ublas/matrix_proxy.hpp>
#include <boost/unordered_map.hpp>
#if defined (__vxworks)
#else
#else
#include <boost/program_options.hpp>
#endif
#include <boost/assign/list_inserter.hpp>
Expand All @@ -105,7 +105,7 @@ using namespace std;
/*Namespaces*/
using namespace boost::extensions;
#if defined (__vxworks)
#else
#else
namespace fs = boost::filesystem;
#endif
using boost::unordered_map;
Expand Down

0 comments on commit c28fb95

Please sign in to comment.