From 7b378fdc4d861e1c2b530ff8a056808e669a380d Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Sat, 15 Apr 2006 10:04:10 +0000 Subject: [PATCH] New targets for fixing two checkstyle errors: - fixTS: deletes trailing spaces - fixTab: converts TABs to 4 spaces git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@394275 13f79535-47bb-0310-9956-ffa450edef68 --- check.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/check.xml b/check.xml index 50ac282cd..199bbdf23 100755 --- a/check.xml +++ b/check.xml @@ -85,5 +85,21 @@ + + + + + + + + + + + + + + + + \ No newline at end of file