add documentatioN
[oweals/gnunet.git] / pre-commit
index 5213f2cf4520930e21b1f2df302c145dd9ac6f30..777728a6bbb417cd76596ceb765094cb4c149caa 100755 (executable)
@@ -12,8 +12,8 @@ find $PATHS -name "*.c" -exec indent {} \;
 find $PATHS -name "*.h" -exec indent {} \;
 find $PATHS -name "*.c" -exec indent {} \;
 find $PATHS -name "*.h" -exec indent {} \;
-find $PATHS -name "*.c" -exec contrib/removetrailingwhitespace {} \;
-find $PATHS -name "*.h" -exec contrib/removetrailingwhitespace {} \;
+find $PATHS -name "*.c" -exec contrib/removetrailingwhitespace.py {} \;
+find $PATHS -name "*.h" -exec contrib/removetrailingwhitespace.py {} \;
 if test -x "`which 'dos2unix'`"
 then
   find $PATHS -name "*.c" -exec dos2unix {} \;