You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/05/02 04:50:47 UTC

ant git commit: Trailing whitespace

Repository: ant
Updated Branches:
  refs/heads/master 3094f5884 -> af7f5bbf2


Trailing whitespace

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/af7f5bbf
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/af7f5bbf
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/af7f5bbf

Branch: refs/heads/master
Commit: af7f5bbf2d8ec40753005b068d84b7291d275104
Parents: 3094f58
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Wed May 2 06:50:23 2018 +0200
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Wed May 2 06:50:23 2018 +0200

----------------------------------------------------------------------
 WHATSNEW | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/af7f5bbf/WHATSNEW
----------------------------------------------------------------------
diff --git a/WHATSNEW b/WHATSNEW
index 0930328..7d98d7b 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -46,10 +46,10 @@ Other changes:
    properties with values taken as snapshots from the
    availableProcessors, freeMemory, maxMemory and totalMemory methods
    of the Java Runtime class.
- 
+
  * linecontains filter now has a new "matchAny" attribute which when
-   set to "true" allows any (instead of all) of the user-specified 
-   strings to be present in the line. 
+   set to "true" allows any (instead of all) of the user-specified
+   strings to be present in the line.
    Bugzilla Report 62313
 
 Changes from Ant 1.10.2 TO Ant 1.10.3