whitespace cleanup: tabs to spaces

This commit is contained in:
nhmall
2026-03-19 20:22:24 -04:00
parent e38377e899
commit b33b09bcac
3 changed files with 4 additions and 4 deletions

View File

@@ -1174,7 +1174,7 @@ create_savefile(void)
if (nhfp->fd >= 0)
(void) setmode(nhfp->fd, O_BINARY);
#endif
}
}
}
#if defined(VMS) && !defined(SECURE)
/*
@@ -1218,7 +1218,7 @@ open_savefile(void)
#ifdef SAVEFILE_DEBUGGING
nhfp->fplog = fopen("open-savefile.log", "w");
#endif
}
}
#ifdef MAC
nhfp->fd = macopen(fq_save, O_RDONLY | O_BINARY, SAVE_TYPE);
#else