remove dangling spaces

This commit is contained in:
mrdudz
2022-04-17 16:05:19 +02:00
parent eb8490f13a
commit 5276033be1
11 changed files with 126 additions and 126 deletions

View File

@@ -159,11 +159,11 @@ extern struct {
unsigned day :5;
unsigned mon :4;
unsigned year :7;
} createdate; /* Current date: 0 */
} createdate; /* Current date: 0 */
struct {
unsigned char min;
unsigned char hour;
} createtime; /* Current time: 0 */
} createtime; /* Current time: 0 */
} _datetime;
/* The addresses of the static drivers */