Skip to content

Commit

Permalink
Refs 12404. Uncrustify.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Sep 6, 2021
1 parent a6cac0b commit 7951478
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/cpp/fastdds/subscriber/history/DataReaderHistory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,16 @@ static void get_sample_info(

switch (change->kind)
{
case eprosima::fastrtps::rtps::ALIVE:
info.instance_state = ALIVE_INSTANCE_STATE;
break;
case eprosima::fastrtps::rtps::NOT_ALIVE_DISPOSED:
info.instance_state = NOT_ALIVE_DISPOSED_INSTANCE_STATE;
break;
default:
//TODO [ILG] change this if the other kinds ever get implemented
info.instance_state = ALIVE_INSTANCE_STATE;
break;
case eprosima::fastrtps::rtps::ALIVE:
info.instance_state = ALIVE_INSTANCE_STATE;
break;
case eprosima::fastrtps::rtps::NOT_ALIVE_DISPOSED:
info.instance_state = NOT_ALIVE_DISPOSED_INSTANCE_STATE;
break;
default:
//TODO [ILG] change this if the other kinds ever get implemented
info.instance_state = ALIVE_INSTANCE_STATE;
break;
}
}

Expand Down

0 comments on commit 7951478

Please sign in to comment.