From c112e50afef5cfd7a6d365e1bac205b9f5836e07 Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 31 May 2026 13:57:56 -0400 Subject: [PATCH] follow-up: indentation bit --- src/shk.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/shk.c b/src/shk.c index 099215697..fd451eaaf 100644 --- a/src/shk.c +++ b/src/shk.c @@ -1080,10 +1080,10 @@ shop_keeper(char rmno) int hmm UNUSED = 1; #if (NH_DEVEL_STATUS != NH_STATUS_RELEASED \ && NH_DEVEL_STATUS != NH_STATUS_POSTRELEASE) - impossible("untrustworthy null shkp; level_status.shkready" - " is FALSE (%d, %d, %d, &d)", - level_status.making, level_status.loading, - level_status.shkready, level_status.ready); + impossible("untrustworthy null shkp; level_status.shkready" + " is FALSE (%d, %d, %d, &d)", + level_status.making, level_status.loading, + level_status.shkready, level_status.ready); #endif } }