Skip to content

Commit

Permalink
fix for uncrustify and typo
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Lihui <[email protected]>
  • Loading branch information
Chen Lihui committed Jan 13, 2022
1 parent 8760e77 commit 42e7b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/test/rcl/test_subscription.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1201,7 +1201,7 @@ TEST_F(

ret = rcl_subscription_set_content_filter(
&subscription, &options);
if(RCL_RET_UNSUPPORTED == RCL_RET_OK) {
if (RCL_RET_UNSUPPORTED == ret) {
is_cft_support = false;
} else {
ASSERT_EQ(RCL_RET_OK, ret) << rcl_get_error_string().str;
Expand Down

0 comments on commit 42e7b60

Please sign in to comment.