X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile.am;h=1c879946d82ca243fba68a7fee61e35a197d092f;hb=2269cac6b933b95875479de98d4da94d9efa195f;hp=4689aac02a076455d357b42794ba162ddb9b78e2;hpb=657d850f957a2dd703e3aab2d7cde4b0f9711c15;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 4689aac..1c87994 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,6 +49,6 @@ site-python-install: all # find . -name "*.c" -or -name "*.h" | xargs perl -0777 -n -e 'while (s/typedef\s+(?:unsigned\s+|signed\s+|unival\s+)?\S+\s+\*?([^{}\s;(]+)//){print "-T$1\n"}' indent: - find . -name "*.c" -or -name "*.h" | xargs indent + find ./ -name "*.[ch]" | xargs indent ##END##