Skip to content

Commit

Permalink
fix pragma spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Tully Foote <[email protected]>
  • Loading branch information
tfoote committed Apr 15, 2020
1 parent 2b15f57 commit 4c27ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sensor_msgs/include/sensor_msgs/point_cloud_conversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#define POINT_CLOUD_DEPRECATION_MESSAGE PointCloud is deprecated as of Foxy to be removed after. \
Please use sensor_msgs/PointCloud2. This header will be removed too.
#ifdef _MSC_VER
#pragma message (POINT_CLOUD_DEPRECATION_MESSAGE)
#pragma message(POINT_CLOUD_DEPRECATION_MESSAGE)
#else
#ifndef RCUTILS_SKIP_WARNING
#warning POINT_CLOUD_DEPRECATION_MESSAGE
Expand Down

0 comments on commit 4c27ca5

Please sign in to comment.