From afef1c979c0955a7bced155ea91984acda067429 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Fri, 6 Nov 2015 21:45:02 -0800 Subject: Apply clang-format to all files Apologies that this uses my preferred formatting style: mostly the same as Linux, but without a break between function and brace. Adds spaces in a few places they weren't before. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ad1f7e..9018404 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,10 @@ install: fzy mkdir -p $(DESTDIR)$(MANDIR)/man1 cp fzy.1 $(DESTDIR)$(MANDIR)/man1/ +fmt: + clang-format -i *.c *.h + clean: $(RM) fzy fzytest *.o -.PHONY: test all clean install +.PHONY: test all clean install fmt -- cgit v1.2.3