summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/filters/PrefixLines.java
diff options
context:
space:
mode:
authorAntoine Levy-Lambert <antoine@apache.org>2004-02-04 20:38:09 +0000
committerAntoine Levy-Lambert <antoine@apache.org>2004-02-04 20:38:09 +0000
commit66555ca10d24bbfc55e710b9d65f809cfe713dab (patch)
tree06628b68223fa3a1fde825ffabe3e482b373136a /src/main/org/apache/tools/ant/filters/PrefixLines.java
parentc1a80fbda20f3fd58615052380096041c532f6df (diff)
downloadant-66555ca10d24bbfc55e710b9d65f809cfe713dab.tar.gz
Remove trailing spaces in all java files
in order to make checkstyle happy git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/main/org/apache/tools/ant/filters/PrefixLines.java')
-rw-r--r--src/main/org/apache/tools/ant/filters/PrefixLines.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/org/apache/tools/ant/filters/PrefixLines.java b/src/main/org/apache/tools/ant/filters/PrefixLines.java
index 2407191e4..373f5c067 100644
--- a/src/main/org/apache/tools/ant/filters/PrefixLines.java
+++ b/src/main/org/apache/tools/ant/filters/PrefixLines.java
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2002,2004 Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +12,7 @@
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
- *
+ *
*/
package org.apache.tools.ant.filters;