replace some leading tabs that had crept in

This commit is contained in:
nhmall
2024-06-10 10:57:59 -04:00
parent bc897ac69c
commit 588b3ae92f
11 changed files with 16 additions and 16 deletions

View File

@@ -43,8 +43,8 @@ is_home_elemental(struct permonst *ptr)
case PM_WATER_ELEMENTAL:
return Is_waterlevel(&u.uz);
default:
break;
}
break;
}
return FALSE;
}