Skip to content

Commit 70f13bd

Browse files
fix format
1 parent e2058c0 commit 70f13bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/test/src/stdio/asprintf_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TEST(LlvmLibcASPrintfTest, LargeStringNoConv) {
7676
TEST(LlvmLibcASPrintfTest, ManyReAlloc) {
7777
char *buff = nullptr;
7878
char long_str[1001];
79-
//TODO: simplify test to match with vasprintf_test
79+
// TODO: simplify test to match with vasprintf_test
8080
auto expected_num_chars =
8181
LIBC_NAMESPACE::sprintf(long_str, "%200s%200s%200s", "a", "b", "c");
8282
long_str[expected_num_chars] = '\0';

0 commit comments

Comments
 (0)