From 94fb511d3f0f9371a0eb5bc407e32b70cc3fad19 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 1 Aug 2025 11:24:21 +0200 Subject: [PATCH] formatting --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e35f12c43d..f70f030366 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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); \