From adbab7f767cd60758c5556ccedce9a02fd1640e0 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 4 Jul 2026 14:17:43 -0400 Subject: [PATCH] periodic style check: whitespace cleanup leading tabs and trailing blanks --- src/earlyarg.c | 2 +- src/read.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/earlyarg.c b/src/earlyarg.c index 952defaaa..2209e9323 100755 --- a/src/earlyarg.c +++ b/src/earlyarg.c @@ -498,7 +498,7 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg) if (extended_opt) { extended_opt++; - if (match_optname(extended_opt, "copy", 4, FALSE)) { + if (match_optname(extended_opt, "copy", 4, FALSE)) { insert_into_pastebuf = TRUE; } else if (match_optname(extended_opt, "dump", 4, FALSE)) { /* version number plus enabled features and sanity diff --git a/src/read.c b/src/read.c index 27b2ab588..a8437bc16 100644 --- a/src/read.c +++ b/src/read.c @@ -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, TV show "Game of Thrones" (probably an actual T-shirt too...) */ "/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)]);