Skip to content

Commit

Permalink
Remove whitespace in IDL files.
Browse files Browse the repository at this point in the history
* They generate errors with IIOP.NET
  • Loading branch information
jmirabel committed Feb 25, 2019
1 parent 5e547b0 commit b156d17
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion idl/hpp/corbaserver/manipulation/gcommon.idl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


#ifndef HPP_MANIPULATION_CORBA_GCOMMON_IDL
# define HPP_MANIPULATION_CORBA_GCOMMON_IDL
#define HPP_MANIPULATION_CORBA_GCOMMON_IDL

module hpp {
typedef long ID;
Expand Down
6 changes: 3 additions & 3 deletions idl/hpp/corbaserver/manipulation/graph.idl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@


#ifndef HPP_MANIPULATION_CORBA_GRAPH_IDL
# define HPP_MANIPULATION_CORBA_GRAPH_IDL
#define HPP_MANIPULATION_CORBA_GRAPH_IDL

# include "hpp/corbaserver/manipulation/gcommon.idl"
# include <hpp/corbaserver/common.idl>
#include "hpp/corbaserver/manipulation/gcommon.idl"
#include <hpp/corbaserver/common.idl>

module hpp {
module corbaserver {
Expand Down
6 changes: 3 additions & 3 deletions idl/hpp/corbaserver/manipulation/problem.idl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
// <http://www.gnu.org/licenses/>.

#ifndef HPP_MANIPULATION_CORBA_ROBOT_IDL
# define HPP_MANIPULATION_CORBA_ROBOT_IDL
#define HPP_MANIPULATION_CORBA_ROBOT_IDL

# include "hpp/corbaserver/manipulation/gcommon.idl"
# include <hpp/corbaserver/common.idl>
#include "hpp/corbaserver/manipulation/gcommon.idl"
#include <hpp/corbaserver/common.idl>


module hpp {
Expand Down
4 changes: 2 additions & 2 deletions idl/hpp/corbaserver/manipulation/robot.idl
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
// <http://www.gnu.org/licenses/>.

#ifndef HPP_MANIPULATION_CORBA_ROBOT_IDL
# define HPP_MANIPULATION_CORBA_ROBOT_IDL
#define HPP_MANIPULATION_CORBA_ROBOT_IDL

# include <hpp/corbaserver/common.idl>
#include <hpp/corbaserver/common.idl>

module hpp
{
Expand Down

0 comments on commit b156d17

Please sign in to comment.