mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:47: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
|
@ -28,7 +28,7 @@ struct __DIR {
|
|||
typedef struct __DIR DIR;
|
||||
|
||||
DIR* fdopendir(int fd);
|
||||
DIR* opendir(const char* name);
|
||||
DIR* opendir(char const* name);
|
||||
int closedir(DIR*);
|
||||
void rewinddir(DIR*);
|
||||
struct dirent* readdir(DIR*);
|
||||
|
@ -36,7 +36,7 @@ int readdir_r(DIR*, struct dirent*, struct dirent**);
|
|||
int dirfd(DIR*);
|
||||
|
||||
int alphasort(const struct dirent** d1, const struct dirent** d2);
|
||||
int scandir(const char* dirp, struct dirent*** namelist,
|
||||
int scandir(char const* dirp, struct dirent*** namelist,
|
||||
int (*filter)(const struct dirent*),
|
||||
int (*compar)(const struct dirent**, const struct dirent**));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue