format: let clang-format run ._.

(won't even talk about clang-tidy)
This commit is contained in:
2024-09-05 20:26:58 +02:00
parent b34528d1cb
commit dbbab78e23
12 changed files with 142 additions and 135 deletions

View File

@@ -20,6 +20,6 @@ int chvt(int n);
* @param str virtual terminal number (string)
* @return int non-negative value on success
*/
int chvt_str(char* str);
int chvt_str(char *str);
#endif