Skip to content

Commit

Permalink
Fixed code indentation issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jaison Titus <jaisontj92@gmail.com>
  • Loading branch information
jaisontj committed Sep 28, 2019
1 parent fe20b6f commit 1610f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -908,9 +908,9 @@ RMW_PUBLIC
RMW_WARN_UNUSED
rmw_ret_t
rmw_get_qos_for_publishers(
const rmw_node_t * node,
const char * topic_name,
rmw_participants_t * publishers);
const rmw_node_t * node,
const char * topic_name,
rmw_participants_t * publishers);

/**
* This function can be used to retrieve a list of all subscribers (described by the rmw_participants_t struct)
Expand All @@ -927,9 +927,9 @@ RMW_PUBLIC
RMW_WARN_UNUSED
rmw_ret_t
rmw_get_qos_for_subscribers(
const rmw_node_t * node,
const char * topic_name,
rmw_participants_t * subscribers);
const rmw_node_t * node,
const char * topic_name,
rmw_participants_t * subscribers);

RMW_PUBLIC
RMW_WARN_UNUSED
Expand Down
1 change: 0 additions & 1 deletion rmw/src/allocators.c
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,3 @@ rmw_participant_qos_profile_free(rmw_participant_qos_profile_t * participant_qos
{
rmw_free(participant_qos_profile);
}

0 comments on commit 1610f36

Please sign in to comment.