whitespaces

This commit is contained in:
nretro
2019-05-09 02:06:26 +02:00
parent 41c23b994a
commit 68191fc1c5

View File

@@ -39,9 +39,6 @@ void BootInit();
void BootPrintEx(const char * str);
void BootHome();
#define BootPrint(text) printf("%s\n", text)
#endif // __BOOT_H__