From 68191fc1c5c204444321d2a1b1aaea6644738286 Mon Sep 17 00:00:00 2001 From: nretro Date: Thu, 9 May 2019 02:06:26 +0200 Subject: [PATCH] whitespaces --- support/minimig/minimig_boot.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/support/minimig/minimig_boot.h b/support/minimig/minimig_boot.h index b872a3c..e2ab0d9 100644 --- a/support/minimig/minimig_boot.h +++ b/support/minimig/minimig_boot.h @@ -39,9 +39,6 @@ void BootInit(); void BootPrintEx(const char * str); void BootHome(); - - - #define BootPrint(text) printf("%s\n", text) #endif // __BOOT_H__