[libc][NFC] Strip all training whitespace and missing newlines (#124163)

This commit is contained in:
Joseph Huber
2025-01-23 12:02:54 -06:00
committed by GitHub
parent 0290693165
commit db6b7a84e6
40 changed files with 67 additions and 67 deletions

View File

@@ -22,7 +22,7 @@ add_libc_fuzzer(
libc.src.__support.HashTable.table
COMPILE_OPTIONS
-D__LIBC_EXPLICIT_SIMD_OPT
)
)
# TODO: FreeListHeap uses the _end symbol which conflicts with the _end symbol
# defined by GPU start.cpp files so for now we exclude this fuzzer on GPU.