Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Jul 23, 2024
1 parent 6c9a3f7 commit cd2f1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmw_zenoh_cpp/src/rmw_zenoh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ rmw_create_node(
});

// Put metadata into node->data.
auto node_data = static_cast<rmw_zenoh_cpp::rmw_node_data_t *>(
auto node_data = static_cast<rmw_zenoh_cpp::rmw_node_data_t *>(
allocator->allocate(sizeof(rmw_zenoh_cpp::rmw_node_data_t), allocator->state));
RMW_CHECK_FOR_NULL_WITH_MSG(
node_data,
Expand Down

0 comments on commit cd2f1c2

Please sign in to comment.