follow-up: indentation bit

This commit is contained in:
nhmall
2026-05-31 13:57:56 -04:00
parent ef48aa3c18
commit c112e50afe
+4 -4
View File
@@ -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
}
}