Skip to content

Commit

Permalink
Resolve uncrustify errors
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Sorbini <asorbini@rti.com>
  • Loading branch information
asorbini committed Apr 12, 2021
1 parent a78c6fc commit 0f8390e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rmw_connextdds_common/src/ndds/dds_api_ndds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -216,9 +216,9 @@ rmw_connextdds_initialize_participant_qos_impl(
// to create new entities in C++11, even though the participant was created
// using the C API. If these settings are not specified, an application will
// receive a SIGSEGV when trying to create one of these entities.
dp_qos->user_object.flow_controller_user_object.size = sizeof(void*);
dp_qos->user_object.topic_user_object.size = sizeof(void*);
dp_qos->user_object.content_filtered_topic_user_object.size = sizeof(void*);
dp_qos->user_object.flow_controller_user_object.size = sizeof(void *);
dp_qos->user_object.topic_user_object.size = sizeof(void *);
dp_qos->user_object.content_filtered_topic_user_object.size = sizeof(void *);
#endif /* RMW_CONNEXT_SHARE_DDS_ENTITIES_WITH_CPP */

return RMW_RET_OK;
Expand Down

0 comments on commit 0f8390e

Please sign in to comment.