Skip to content

Commit b332573

Browse files
committed
clang-format
1 parent 68b1378 commit b332573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/fuzzing/__support/freelist_heap_fuzz.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
#include "src/string/memory_utils/inline_memset.h"
1919

2020
using LIBC_NAMESPACE::FreeListHeap;
21+
using LIBC_NAMESPACE::inline_memset;
2122
using LIBC_NAMESPACE::cpp::nullopt;
2223
using LIBC_NAMESPACE::cpp::optional;
23-
using LIBC_NAMESPACE::inline_memset;
2424

2525
// Record of an outstanding allocation.
2626
struct Alloc {

0 commit comments

Comments
 (0)