formatting

This commit is contained in:
Viktor Szakats 2025-08-01 11:24:21 +02:00
parent b555ce8836
commit 94fb511d3f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -166,7 +166,7 @@ $(HUGE): $(ASCIIPAGE) $(MKHELP)
endif
else # PERL
$(HUGE):
(if test ! -f "$(srcdir)/$(HUGE)"; then \
(if test ! -f "$(srcdir)/$(HUGE)"; then \
echo '/* !checksrc! disable COPYRIGHT all */' > $(HUGE); \
echo '#include "tool_hugehelp.h"' >> $(HUGE); \
echo 'void hugehelp(void) {}' >> $(HUGE); \