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/cdi/ambiguous-deps/build.properties b/appserver/tests/appserv-tests/devtests/cdi/ambiguous-deps/build.properties
index 2b73b98..eb4315e 100644
--- a/appserver/tests/appserv-tests/devtests/cdi/ambiguous-deps/build.properties
+++ b/appserver/tests/appserv-tests/devtests/cdi/ambiguous-deps/build.properties
@@ -15,7 +15,7 @@
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
-
+
<property name="module" value="cdi-ambiguousdeps"/>
<property name="appname" value="${module}-servlet-annotation"/>