Skip to content

Commit

Permalink
Line length
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll committed Apr 23, 2020
1 parent c493ccc commit 416a5ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rmw_fastrtps_shared_cpp/src/rmw_take.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ __rmw_take_sequence(
RCUTILS_CHECK_FOR_NULL_WITH_MSG(
message_sequence, "message_sequence pointer is null", return RMW_RET_INVALID_ARGUMENT);
RCUTILS_CHECK_FOR_NULL_WITH_MSG(
message_info_sequence, "message_info_sequence pointer is null", return RMW_RET_INVALID_ARGUMENT);
message_info_sequence, "message_info_sequence pointer is null",
return RMW_RET_INVALID_ARGUMENT);
RCUTILS_CHECK_FOR_NULL_WITH_MSG(
taken, "size_t flag for count is null", return RMW_RET_INVALID_ARGUMENT);

Expand Down

0 comments on commit 416a5ef

Please sign in to comment.