All: Clear lines with only whitspace in them

This commit is contained in:
2023-09-10 00:31:42 +03:00
parent 1fcf122c50
commit 921d95d18f
67 changed files with 95 additions and 119 deletions
-1
View File
@@ -87,7 +87,6 @@ struct stat
#define UTIME_NOW 1000000001
#define UTIME_OMIT 1000000002
int chmod(const char* path, mode_t mode);
int fchmod(int fildes, mode_t mode);
int fchmodat(int fd, const char* path, mode_t mode, int flag);