Makefile: erases trailing spaces in java files
committer: Markus Bröker <mbroeker@largo.homelinux.org>
--- a/Makefile
+++ b/Makefile
@@ -339,6 +339,7 @@
ifdef FIND
$(FIND) -name '*.[ch]' -exec indent {} \;
$(FIND) -name '*.[ch]' -exec eraser {} \;
+ $(FIND) -name '*.java' -exec eraser {} \;
$(FIND) -name 'Makefile*' -exec eraser {} \;
endif
@make clean