fixing segfault caused by missing hashmap init
[oweals/gnunet.git] / pre-commit
1 #!/bin/sh
2 find src/ -name "*.c" -exec indent {} \;
3 find src/ -name "*.h" -exec indent {} \;
4 if test -x "`which 'dos2unix'`"
5 then
6   find src/ -name "*.c" -exec dos2unix {} \;
7   find src/ -name "*.h" -exec dos2unix {} \;
8 fi