periodic style check: whitespace cleanup

leading tabs and trailing blanks
This commit is contained in:
nhmall
2026-07-04 14:17:43 -04:00
parent 2afd03e015
commit adbab7f767
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -498,7 +498,7 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg)
if (extended_opt) { if (extended_opt) {
extended_opt++; extended_opt++;
if (match_optname(extended_opt, "copy", 4, FALSE)) { if (match_optname(extended_opt, "copy", 4, FALSE)) {
insert_into_pastebuf = TRUE; insert_into_pastebuf = TRUE;
} else if (match_optname(extended_opt, "dump", 4, FALSE)) { } else if (match_optname(extended_opt, "dump", 4, FALSE)) {
/* version number plus enabled features and sanity /* version number plus enabled features and sanity
+1 -1
View File
@@ -180,7 +180,7 @@ tshirt_text(struct obj *tshirt, char *buf)
from book series _A_Song_of_Ice_and_Fire_ by George R.R. Martin, from book series _A_Song_of_Ice_and_Fire_ by George R.R. Martin,
TV show "Game of Thrones" (probably an actual T-shirt too...) */ TV show "Game of Thrones" (probably an actual T-shirt too...) */
"/Valar morghulis/ -- /Valar dohaeris/", "/Valar morghulis/ -- /Valar dohaeris/",
"Asidonhopo once said: the namesake of my enemy is my enemy", "Asidonhopo once said: the namesake of my enemy is my enemy",
}; };
Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]); Strcpy(buf, shirt_msgs[tshirt->o_id % SIZE(shirt_msgs)]);