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
+1 -1
View File
@@ -6951,7 +6951,7 @@ initoptions_init(void)
int i; int i;
boolean have_branch = (nomakedefs.git_branch && *nomakedefs.git_branch); 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)); memcpy(allopt, allopt_init, sizeof(allopt));
determine_ambiguities(); determine_ambiguities();