whitespace cleanup: tabs to spaces

This commit is contained in:
nhmall
2026-04-13 07:35:23 -04:00
parent 36c3f208a6
commit 4bd3f8398e
2 changed files with 5 additions and 5 deletions

View File

@@ -351,8 +351,8 @@ restmon(NHFILE *nhfp, struct monst *mtmp)
if (buflen > 0) {
newedog(mtmp);
Sfi_edog(nhfp, EDOG(mtmp), "monst-edog");
/* save or bones held a relative time */
relative_time_to_moves(&EDOG(mtmp)->droptime);
/* save or bones held a relative time */
relative_time_to_moves(&EDOG(mtmp)->droptime);
/* sanity check to prevent rn2(0) */
if (EDOG(mtmp)->apport <= 0) {
EDOG(mtmp)->apport = 1;