From c4a5a9763e320d725190ebd1b9df28338d39fb30 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 2 Jan 2023 15:04:50 -0500 Subject: [PATCH] Minor indentation improvement. --- Components/9918/Implementation/Fetch.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Components/9918/Implementation/Fetch.hpp b/Components/9918/Implementation/Fetch.hpp index af42cc831..c38d51202 100644 --- a/Components/9918/Implementation/Fetch.hpp +++ b/Components/9918/Implementation/Fetch.hpp @@ -339,19 +339,19 @@ template void Base::fetch_sms(int start, int end) { slot(location+3): \ slot(location+4): \ fetch_tile(column) \ - fetch_tile_name(column+1, row_info) \ + fetch_tile_name(column+1, row_info) \ sprite_y_read(location+5, sprite); \ slot(location+6): \ slot(location+7): \ slot(location+8): \ fetch_tile(column+1) \ - fetch_tile_name(column+2, row_info) \ + fetch_tile_name(column+2, row_info) \ sprite_y_read(location+9, sprite+2); \ slot(location+10): \ slot(location+11): \ slot(location+12): \ fetch_tile(column+2) \ - fetch_tile_name(column+3, row_info) \ + fetch_tile_name(column+3, row_info) \ sprite_y_read(location+13, sprite+4); \ slot(location+14): \ slot(location+15): fetch_tile(column+3)