From 9d1b4fd5192bb17d4fca1a88e66307a031d0615f Mon Sep 17 00:00:00 2001 From: Pedro de Medeiros Date: Wed, 18 May 2022 23:33:20 -0300 Subject: indentation: replaced spaces with tabs --- src/ubox/ubox_isr.z80 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ubox/ubox_isr.z80') diff --git a/src/ubox/ubox_isr.z80 b/src/ubox/ubox_isr.z80 index cceb2c6..f25e35d 100644 --- a/src/ubox/ubox_isr.z80 +++ b/src/ubox/ubox_isr.z80 @@ -32,7 +32,7 @@ _ubox_init_isr:: ret ubox_isr: - push af + push af push ix push iy push bc @@ -67,7 +67,7 @@ no_user_isr: pop bc pop iy pop ix - pop af + pop af ret .area _DATA -- cgit v1.2.3