From d1f11c788ffa92d80dcd2e50e3b652dc97d21436 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 4 Dec 2021 16:07:49 -0500 Subject: [PATCH] remove a couple of tabs --- src/display.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/display.c b/src/display.c index d17b11c33..21d047a06 100644 --- a/src/display.c +++ b/src/display.c @@ -1794,7 +1794,7 @@ row_refresh(int start, int stop, int y) bkglyphinfo.glyph = get_bk_glyph(x, y); print_glyph(WIN_MAP, x, y, Glyphinfo_at(x, y, glyph), &bkglyphinfo); - } + } } } @@ -2496,7 +2496,7 @@ reset_glyphmap(enum glyphmap_change_triggers trigger) } } else if (has_rogue_color) { color = cmap_to_roguecolor(cmap); - } + } } else if ((offset = (glyph - GLYPH_ALTAR_OFF)) >= 0) { /* unaligned, chaotic, neutral, lawful, other altar */ gmap->symidx = S_altar + SYM_OFF_P;