mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -17,9 +17,9 @@ typedef enum {
|
|||
leaf,
|
||||
} VISIT;
|
||||
|
||||
void* tsearch(const void*, void**, int (*)(const void*, const void*));
|
||||
void* tfind(const void*, void* const*, int (*)(const void*, const void*));
|
||||
void* tdelete(const void*, void**, int (*)(const void*, const void*));
|
||||
void twalk(const void*, void (*)(const void*, VISIT, int));
|
||||
void* tsearch(void const*, void**, int (*)(void const*, void const*));
|
||||
void* tfind(void const*, void* const*, int (*)(void const*, void const*));
|
||||
void* tdelete(void const*, void**, int (*)(void const*, void const*));
|
||||
void twalk(void const*, void (*)(void const*, VISIT, int));
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue