X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile.am;h=4689aac02a076455d357b42794ba162ddb9b78e2;hb=657d850f957a2dd703e3aab2d7cde4b0f9711c15;hp=4bbab3e13a6b785dc8e7599449a3253046fd26e2;hpb=5fc7ff89bdbced9c593c566fea9840a269935dcd;p=rrdtool.git diff --git a/Makefile.am b/Makefile.am index 4bbab3e..4689aac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,4 +47,8 @@ site-tcl-install: all site-python-install: all cd bindings/python && $(PYTHON) setup.py install +# 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 + ##END##