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 Feb 4, 2025
1 parent 46a3ad9 commit b6b8247
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 @@ -4068,7 +4067,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 b6b8247

Please sign in to comment.