Skip to content

Commit fea711c

Browse files
committed
each sentence on a new line
1 parent d052e5e commit fea711c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rcl/include/rcl/client.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,9 @@ rcl_send_request(const rcl_client_t * client, const void * ros_request, int64_t
256256
* cannot be checked by this function and therefore no deliberate error will
257257
* occur.
258258
* The request_header is an rmw struct for meta-information about the request
259-
* sent (e.g. the sequence number). The caller must provide a pointer to an
260-
* allocated struct. This function will populate the struct's fields.
259+
* sent (e.g. the sequence number).
260+
* The caller must provide a pointer to an allocated struct.
261+
* This function will populate the struct's fields.
261262
* `ros_response` should point to an already allocated ROS response message
262263
* struct of the correct type, into which the response from the service will be
263264
* copied.

0 commit comments

Comments
 (0)