OSDN Git Service

cosmetics: window-redrawer.c の整形。
authortaotao54321 <taotao54321@gmail.com>
Wed, 17 Feb 2021 10:08:57 +0000 (19:08 +0900)
committertaotao54321 <taotao54321@gmail.com>
Wed, 17 Feb 2021 10:08:57 +0000 (19:08 +0900)
src/core/window-redrawer.c

index ae471be..7d2314f 100644 (file)
@@ -228,7 +228,7 @@ void window_stuff(player_type *player_ptr)
 {
     if (!player_ptr->window_flags)
         return;
-    
+
     BIT_FLAGS mask = 0L;
     for (int j = 0; j < 8; j++) {
         if (angband_term[j] && !angband_term[j]->never_fresh)
@@ -285,4 +285,4 @@ void window_stuff(player_type *player_ptr)
         player_ptr->window_flags &= ~(PW_OBJECT);
         fix_object(player_ptr);
     }
-}
\ No newline at end of file
+}