From ab72609578d39d01acc48bb415c5d4529cde5b22 Mon Sep 17 00:00:00 2001 From: Appelmans Date: Tue, 15 Oct 2024 15:25:06 -0700 Subject: [PATCH] Comment style --- tests/unit/s2n_random_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/s2n_random_test.c b/tests/unit/s2n_random_test.c index 2a9c6f7c337..75d0a1404a9 100644 --- a/tests/unit/s2n_random_test.c +++ b/tests/unit/s2n_random_test.c @@ -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()); }