Skip to content

Commit f5eabf9

Browse files
committed
Linting
1 parent 08ca489 commit f5eabf9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

rmw_microxrcedds_c/include/rmw_microros/rmw_microros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C"
4949
#elif defined(RMW_UXRCE_TRANSPORT_IPV6)
5050
#define MAX_IP_LEN 39
5151
#endif // ifdef RMW_UXRCE_TRANSPORT_IPV4
52-
#define MAX_PORT_LEN 6 // uint16_t max size + NULL-end string
52+
#define MAX_PORT_LEN 6 // uint16_t max size + NULL-end string
5353
#define MAX_SERIAL_DEVICE 50
5454

5555
typedef struct rmw_uxrce_transport_params_t

rmw_microxrcedds_c/src/rmw_graph.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ rmw_ret_t rmw_graph_init(
8383

8484
graph_info->datareader_id = uxr_object_id(context->id_datareader++, UXR_DATAREADER_ID);
8585
const char * graph_topic_name = "ros_to_microros_graph";
86+
// NOLINTBEGIN
8687
graph_info->graph_type_support =
87-
rosidl_typesupport_microxrcedds_c__get_message_type_support_handle__micro_ros_msgs__msg__Graph(); //NOLINT
88+
rosidl_typesupport_microxrcedds_c__get_message_type_support_handle__micro_ros_msgs__msg__Graph();
89+
// NOLINTEND
8890

8991
// Create graph topic request
9092
graph_info->topic_id = uxr_object_id(context->id_topic++, UXR_TOPIC_ID);

0 commit comments

Comments
 (0)