From 14c83ede8e872d7e19b765d00549237bf990b870 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Jun 2017 12:13:20 -0400 Subject: [PATCH] Tweak formatting. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6de8789..08ec488 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ advent-$(VERS).tar.gz: $(SOURCES) $(DOCS) @(rm advent-$(VERS)) indent: - astyle -n -A3 --pad-first-paren-out --min-conditional-indent=1 --pad-oper *.c + astyle -n -A3 --pad-header --min-conditional-indent=1 --pad-oper *.c release: advent-$(VERS).tar.gz advent.html history.html hints.html notes.html shipper version=$(VERS) | sh -e -x -- 2.31.1