There was an error while loading. Please reload this page.
1 parent 7550e8a commit 84dc9a0Copy full SHA for 84dc9a0
sensor_msgs/include/sensor_msgs/point_cloud_conversion.hpp
@@ -46,7 +46,7 @@
46
#define POINT_CLOUD_DEPRECATION_MESSAGE PointCloud is deprecated as of Foxy to be removed after. \
47
Please use sensor_msgs/PointCloud2. This header will be removed too.
48
#ifdef _MSC_VER
49
-#pragma message (POINT_CLOUD_DEPRECATION_MESSAGE)
+#pragma message(POINT_CLOUD_DEPRECATION_MESSAGE)
50
#else
51
#ifndef RCUTILS_SKIP_WARNING
52
#warning POINT_CLOUD_DEPRECATION_MESSAGE
0 commit comments