Trimming trailing spaces, removing tabs by a script

- using tab width of 4 spaces
- trailing space in property files is converted to unicode, so it is
  visible in sources
- bat files use CRLF
- all other text files use just LF
diff --git a/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/servlet/UpdateJsp.java b/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/servlet/UpdateJsp.java
index ce4a5b0..51aa407 100644
--- a/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/servlet/UpdateJsp.java
+++ b/appserver/tests/appserv-tests/devtests/web/jspConfigModificationTestInterval/servlet/UpdateJsp.java
@@ -32,7 +32,7 @@
 
         /*
          * Manually update timestamp on JSP file to a value far into the
-         * future, so that the corresponding servlet class file will be 
+         * future, so that the corresponding servlet class file will be
          * guaranteed to be out-of-date
          */
         f.setLastModified(System.currentTimeMillis() + 9000000000L);