1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:07:46 +00:00

Everywhere: Run clang-format

This commit is contained in:
Idan Horowitz 2022-04-01 20:58:27 +03:00 committed by Linus Groh
parent 0376c127f6
commit 086969277e
1665 changed files with 8479 additions and 8479 deletions

View file

@ -14,11 +14,11 @@ extern char PC;
extern char* UP;
extern char* BC;
int tgetent(char* bp, const char* name);
int tgetflag(const char* id);
int tgetnum(const char* id);
char* tgetstr(const char* id, char** area);
char* tgoto(const char* cap, int col, int row);
int tputs(const char* str, int affcnt, int (*putc)(int));
int tgetent(char* bp, char const* name);
int tgetflag(char const* id);
int tgetnum(char const* id);
char* tgetstr(char const* id, char** area);
char* tgoto(char const* cap, int col, int row);
int tputs(char const* str, int affcnt, int (*putc)(int));
__END_DECLS