mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:37:34 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -101,9 +101,9 @@ enum __RegexAllFlags {
|
|||
|
||||
#define REG_SEARCH __Regex_Last << 1
|
||||
|
||||
int regcomp(regex_t*, const char*, int);
|
||||
int regexec(const regex_t*, const char*, size_t, regmatch_t[], int);
|
||||
size_t regerror(int, const regex_t*, char*, size_t);
|
||||
int regcomp(regex_t*, char const*, int);
|
||||
int regexec(regex_t const*, char const*, size_t, regmatch_t[], int);
|
||||
size_t regerror(int, regex_t const*, char*, size_t);
|
||||
void regfree(regex_t*);
|
||||
|
||||
__END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue