Skip to content

Commit

Permalink
remove redundant blank lines, make cpplint happy.
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya committed Oct 18, 2024
1 parent 984924e commit 59b391f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rmw_cyclonedds_cpp/src/rmw_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ extern "C" rmw_ret_t rmw_event_set_callback(
{
return RMW_RET_INVALID_ARGUMENT;
}

}
return RMW_RET_OK;
}
Expand Down Expand Up @@ -4067,7 +4066,6 @@ extern "C" rmw_ret_t rmw_take_event(
case RMW_EVENT_TYPE_MAX: {
break;
}

}
*taken = false;
return RMW_RET_ERROR;
Expand Down

0 comments on commit 59b391f

Please sign in to comment.