aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-14 14:06:58 +0000
committerng0 <ng0@n0.is>2019-10-14 14:06:58 +0000
commitdc57bfc9ab69749453269c9bfce354a6c63a4648 (patch)
tree565258d6c196166c5db78b4fa93addd36ae8450d /Makefile.am
parent9747dddefba25dc3f3c3c39bfb55a5f4082ed856 (diff)
downloadgnunet-dc57bfc9ab69749453269c9bfce354a6c63a4648.tar.gz
gnunet-dc57bfc9ab69749453269c9bfce354a6c63a4648.zip
fix the previous uncrustify commit.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f2b48b358..e8bd98da1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ doc_DATA = COPYING README
39 39
40ACLOCAL_AMFLAGS = -I m4 40ACLOCAL_AMFLAGS = -I m4
41 41
42if HAVE_UNCRUSTIFY 42if HAVE_UNCRUSTIFY_BINARY
43pretty: 43pretty:
44 find $(top_srcdir) -type f ! -path '*/.*' ! -path '*/_*' -name '*.c' -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir) --replace --no-backup 2>&1 || true 44 find $(top_srcdir) -type f -name '*.c' -or -name '*.h' -print0 | xargs -0 uncrustify -c $(top_srcdir)/contrib/uncrustify.cfg --replace --no-backup 2>&1 || true
45endif 45endif