Skip to content

Commit

Permalink
style: apply iron ament_uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Oct 24, 2024
1 parent 3a5cc80 commit 5c3d385
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1780,8 +1780,9 @@ rmw_send_request(
opts.payload = z_move(payload);

z_owned_closure_reply_t callback;
z_closure(&callback, rmw_zenoh_cpp::client_data_handler, rmw_zenoh_cpp::client_data_drop,
client_data);
z_closure(
&callback, rmw_zenoh_cpp::client_data_handler, rmw_zenoh_cpp::client_data_drop,
client_data);
z_get(
context_impl->session(),
z_loan(client_data->keyexpr), "",
Expand Down

0 comments on commit 5c3d385

Please sign in to comment.