Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paul Rouanet
ros2_control_bolt
Commits
3b3215f6
Unverified
Commit
3b3215f6
authored
May 06, 2020
by
Denis Štogl
Browse files
spaces to satifsy cpp linters
parent
98332a6b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ros2_control_demo_communication_gazebo/include/ros2_control_demo_communication_gazebo/visibility_control.h
View file @
3b3215f6
...
...
@@ -50,7 +50,7 @@
#if __GNUC__ >= 4
#define ROS2_CONTROL_DEMO_COMMUNICATION_GAZEBO_PUBLIC \
__attribute__((visibility("default")))
#define ROS2_CONTROL_DEMO_COMMUNICATION_GAZEBO_LOCAL
\
#define ROS2_CONTROL_DEMO_COMMUNICATION_GAZEBO_LOCAL \
__attribute__((visibility("hidden")))
#else
#define ROS2_CONTROL_DEMO_COMMUNICATION_GAZEBO_PUBLIC
...
...
ros2_control_demo_communication_headless/include/ros2_control_demo_communication_headless/visibility_control.h
View file @
3b3215f6
...
...
@@ -52,7 +52,7 @@
#if __GNUC__ >= 4
#define ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS_PUBLIC \
__attribute__((visibility("default")))
#define ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS_LOCAL
\
#define ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS_LOCAL \
__attribute__((visibility("hidden")))
#else
#define ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS_PUBLIC
...
...
@@ -61,4 +61,4 @@
#define ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS_PUBLIC_TYPE
#endif
#endif // ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS__VISIBILITY_CONTROL_H_
#endif
// ROS2_CONTROL_DEMO_COMMUNICATION_HEADLESS__VISIBILITY_CONTROL_H_
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment