Skip to content

Commit

Permalink
Better coding style fix
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@21199 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed Jun 19, 2014
1 parent 4a88d34 commit cd63ceb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SimulationRuntime/fmi/export/fmi2/fmi2FunctionTypes.h
@@ -1,4 +1,4 @@
#ifndef fmi2FunctionTypes_h
#ifndef fmi2FunctionTypes_h
#define fmi2FunctionTypes_h

#include "fmi2TypesPlatform.h"
Expand Down Expand Up @@ -46,7 +46,7 @@
- Nov. 14, 2011: First public Version
Copyright (C) 2011 MODELISAR consortium,
Copyright © 2011 MODELISAR consortium,
2012-2013 Modelica Association Project "FMI"
All rights reserved.
This file is licensed by the copyright holders under the BSD 2-Clause License
Expand Down
6 changes: 3 additions & 3 deletions SimulationRuntime/fmi/export/fmi2/fmi2Functions.h
@@ -1,4 +1,4 @@
#ifndef fmi2Functions_h
#ifndef fmi2Functions_h
#define fmi2Functions_h

/* This header file must be utilized when compiling a FMU.
Expand Down Expand Up @@ -100,7 +100,7 @@
meeting with additional improvements (by Martin Otter, DLR).
- Dec. 3 , 2008: First version by Martin Otter (DLR) and Hans Olsson (Dynasim).
Copyright (C) 2008-2011 MODELISAR consortium,
Copyright © 2008-2011 MODELISAR consortium,
2012-2013 Modelica Association Project "FMI"
All rights reserved.
This file is licensed by the copyright holders under the BSD 2-Clause License
Expand Down Expand Up @@ -330,4 +330,4 @@ Functions for FMI2 for Co-Simulation
} /* end of extern "C" { */
#endif

#endif /* fmi2Functions_h */
#endif /* fmi2Functions_h */
4 changes: 2 additions & 2 deletions SimulationRuntime/fmi/export/fmi2/fmi2TypesPlatform.h
@@ -1,4 +1,4 @@
#ifndef fmi2TypesPlatform_h
#ifndef fmi2TypesPlatform_h
#define fmi2TypesPlatform_h

/* Standard header file to define the argument types of the
Expand Down Expand Up @@ -38,7 +38,7 @@
Hans Olsson (Dynasim).
Copyright (C) 2008-2011 MODELISAR consortium,
Copyright © 2008-2011 MODELISAR consortium,
2012-2013 Modelica Association Project "FMI"
All rights reserved.
This file is licensed by the copyright holders under the BSD 2-Clause License
Expand Down

0 comments on commit cd63ceb

Please sign in to comment.