replace stray tabs that have crept in

This commit is contained in:
nhmall
2024-11-14 11:54:39 -05:00
parent 62971c6f09
commit 13db1aed0d
8 changed files with 14 additions and 14 deletions

View File

@@ -29,7 +29,7 @@ struct nomakedefs_s nomakedefs = {
"Version 1.0, built Jul 28 13:18:57 1987.",
(const char *) 0, /* git_sha */
(const char *) 0, /* git_branch */
(const char *) 0, /* git_prefix */
(const char *) 0, /* git_prefix */
"1.0.0-0",
"NetHack Version 1.0.0-0 - last build Tue Jul 28 13:18:57 1987.",
0x01010000UL,

View File

@@ -6951,7 +6951,7 @@ initoptions_init(void)
int i;
boolean have_branch = (nomakedefs.git_branch && *nomakedefs.git_branch);
go.opt_phase = builtin_opt; // Did I need to move this here?
go.opt_phase = builtin_opt; /* Did I need to move this here? */
memcpy(allopt, allopt_init, sizeof(allopt));
determine_ambiguities();

View File

@@ -220,7 +220,7 @@ crashreport_bidshow(void)
mark = uend; \
if (utmp >= urem) \
goto full; \
memcpy(uend, str, utmp); \
memcpy(uend, str, utmp); \
uend += utmp; urem -= utmp; \
*uend = '\0';