commit 1d53e04
Devine Lu Linvega
·
2025-01-19 19:58:15 +0000 UTC
parent bc2ede8
Added trailing linebreaks
2 files changed,
+2,
-2
+1,
-1
1@@ -30,4 +30,4 @@ void screen_deo(Uint8 addr);
2 #define clamp(v,a,b) { if(v < a) v = a; else if(v >= b) v = b; }
3 #define twos(v) (v & 0x8000 ? (int)v - 0x10000 : (int)v)
4
5-/* clang-format on */
6+/* clang-format on */
+1,
-1
1@@ -16,4 +16,4 @@ int system_boot(Uint8 *ram, char *rom_path);
2 void system_reboot(int soft);
3
4 Uint8 system_dei(Uint8 addr);
5-void system_deo(Uint8 addr);
6+void system_deo(Uint8 addr);