aboutsummaryrefslogtreecommitdiff
path: root/pre-commit
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 22:37:19 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 22:37:19 +0000
commit4bd2dd5f82dceecd597b5829bf43b2dda9ebb505 (patch)
treeeefec7343dcafac33c1f5bd36cef628229211741 /pre-commit
parent91e7c712a11e09ad4849f6272fd79abe3505dec2 (diff)
downloadgnunet-gtk-4bd2dd5f82dceecd597b5829bf43b2dda9ebb505.tar.gz
gnunet-gtk-4bd2dd5f82dceecd597b5829bf43b2dda9ebb505.zip
indent
Diffstat (limited to 'pre-commit')
-rwxr-xr-xpre-commit8
1 files changed, 8 insertions, 0 deletions
diff --git a/pre-commit b/pre-commit
new file mode 100755
index 00000000..2fc55423
--- /dev/null
+++ b/pre-commit
@@ -0,0 +1,8 @@
1#!/bin/sh
2find src/ -name "*.c" -exec indent {} \;
3find src/ -name "*.c" -exec indent {} \;
4if test -x "`which 'dos2unix'`"
5then
6 find src/ -name "*.c" -exec dos2unix {} \;
7 find src/ -name "*.c" -exec dos2unix {} \;
8fi