Skip to content

Commit

Permalink
Comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
maddeleine committed Oct 15, 2024
1 parent 5d70123 commit ab72609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/s2n_random_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ static int s2n_random_invalid_urandom_fd_cb(struct random_test_case *test_case)
EXPECT_TRUE(public_bytes_used > 0);
}

// Fully clean up the library so we can call s2n_init again
/* Fully clean up the library so we can call s2n_init again */
EXPECT_SUCCESS(s2n_cleanup_final());
}

Expand Down

0 comments on commit ab72609

Please sign in to comment.