From 66555ca10d24bbfc55e710b9d65f809cfe713dab Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Wed, 4 Feb 2004 20:38:09 +0000 Subject: 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 --- src/main/org/apache/tools/ant/taskdefs/condition/Equals.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/org/apache/tools/ant/taskdefs/condition/Equals.java') diff --git a/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java b/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java index 6c482bb6a..36e520832 100644 --- a/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java +++ b/src/main/org/apache/tools/ant/taskdefs/condition/Equals.java @@ -1,4 +1,4 @@ -/* +/* * Copyright 2001-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.taskdefs.condition; -- cgit v1.2.1