OSDN Git Service

cosmetics: mspell-attack.c の整形。
authortaotao54321 <taotao54321@gmail.com>
Thu, 18 Feb 2021 12:03:43 +0000 (21:03 +0900)
committertaotao54321 <taotao54321@gmail.com>
Thu, 18 Feb 2021 16:23:44 +0000 (01:23 +0900)
src/mspell/mspell-attack.c

index 44b8680..5cb29cf 100644 (file)
@@ -299,7 +299,7 @@ static void remember_mspell(msa_type *msa_ptr)
 
         return;
     }
-    
+
     if (msa_ptr->thrown_spell < 32 * 5) {
         msa_ptr->r_ptr->r_flags5 |= (1UL << (msa_ptr->thrown_spell - 32 * 4));
         if (msa_ptr->r_ptr->r_cast_spell < MAX_UCHAR)
@@ -307,7 +307,7 @@ static void remember_mspell(msa_type *msa_ptr)
 
         return;
     }
-    
+
     if (msa_ptr->thrown_spell < 32 * 6) {
         msa_ptr->r_ptr->r_flags6 |= (1UL << (msa_ptr->thrown_spell - 32 * 5));
         if (msa_ptr->r_ptr->r_cast_spell < MAX_UCHAR)