Skip to content

Commit

Permalink
Reformat subscription event init return event.c
Browse files Browse the repository at this point in the history
Signed-off-by: Miaofei <miaofei@amazon.com>
Signed-off-by: Ross Desmond <44277324+ross-desmond@users.noreply.github.com>
  • Loading branch information
ross-desmond committed Apr 11, 2019
1 parent a55406e commit cb2a02f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rcl/src/rcl/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ rcl_subscription_event_init(
return RCL_RET_INVALID_ARGUMENT;
}

return rmw_subscription_event_init(&event->impl->rmw_handle,
subscription->impl->rmw_handle, rmw_event_type);
return rmw_subscription_event_init(
&event->impl->rmw_handle,
subscription->impl->rmw_handle,
rmw_event_type);
}

rcl_ret_t
Expand Down

0 comments on commit cb2a02f

Please sign in to comment.