mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-25 22:36:27 +03:00
Reformat the codebase with the clang-format 18.
This commit is contained in:
parent
ae4e729d15
commit
34f359e0ca
346 changed files with 18286 additions and 17770 deletions
|
|
@ -8,8 +8,8 @@ bool
|
|||
multi_setting_parse_next(const char **setting_segment_cur, size_t *len_left,
|
||||
size_t *key_start, size_t *key_end, size_t *value) {
|
||||
const char *cur = *setting_segment_cur;
|
||||
char *end;
|
||||
uintmax_t um;
|
||||
char *end;
|
||||
uintmax_t um;
|
||||
|
||||
set_errno(0);
|
||||
|
||||
|
|
@ -46,4 +46,3 @@ multi_setting_parse_next(const char **setting_segment_cur, size_t *len_left,
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue