OSDN Git Service

[Refactor] #38997 view-mainwindow.c の整形修正 / Fix reshaping view-mainwindow.c
authorHourier <hourier@users.sourceforge.jp>
Sun, 12 Jan 2020 15:34:33 +0000 (00:34 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 12 Jan 2020 16:10:43 +0000 (01:10 +0900)
src/view-mainwindow.c

index d7db4c1..47ff511 100644 (file)
@@ -3234,7 +3234,7 @@ void map_info(POSITION y, POSITION x, TERM_COLOR *ap, SYMBOL_CODE *cp, TERM_COLO
                set_term_color(p_ptr, y, x, ap, cp);
                return;
        }
-       
+
        if (r_ptr->flags1 & RF1_SHAPECHANGER)
        {
                if (use_graphics)
@@ -3618,7 +3618,7 @@ void display_map(player_type *player_ptr, int *cy, int *cx)
                C_KILL(mp[y], (wid + 2), byte);
                C_KILL(match_autopick_yx[y], (wid + 2), int);
                C_KILL(object_autopick_yx[y], (wid + 2), object_type *);
-}
+       }
 
        /* Free each line map */
        C_KILL(ma, (hgt + 2), TERM_COLOR *);