whitespace - closes #80

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

Branch: refs/heads/master
Commit: 6b576f1e8d5b369879254f5c532b0ad430758b4d
Parents: a621bcb
Author: Stefan Bodewig <bode...@apache.org>
Authored: Sat Dec 15 17:27:42 2018 +0100
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Sat Dec 15 17:27:42 2018 +0100

----------------------------------------------------------------------
 manual/Tasks/jmod.html              | 4 ++--
 manual/Tasks/link.html              | 2 +-
 src/etc/testcases/taskdefs/link.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6b576f1e/manual/Tasks/jmod.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/jmod.html b/manual/Tasks/jmod.html
index 5c8e09d..00de262 100644
--- a/manual/Tasks/jmod.html
+++ b/manual/Tasks/jmod.html
@@ -55,7 +55,7 @@ tool.</p>
   </tr>
   <tr>
     <td>classpathref</td>
-    <td class="left">Files to be placed in the jmod file, given as a 
+    <td class="left">Files to be placed in the jmod file, given as a
         <a href="../using.html#references">reference</a>
         to a path defined elsewhere.</td>
   </tr>
@@ -197,7 +197,7 @@ tool.</p>
 
 <h3>Parameters specified as nested elements</h3>
 <h4>classpath, modulepath, commandpath, headerpath, configpath, legalpath, 
nativelibpath, manpath</h4>
-<p>The 
+<p>The
    <code>classpath</code>,
    <code>modulepath</code>,
    <code>commandpath</code>,

http://git-wip-us.apache.org/repos/asf/ant/blob/6b576f1e/manual/Tasks/link.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/link.html b/manual/Tasks/link.html
index 59646cb..212770b 100644
--- a/manual/Tasks/link.html
+++ b/manual/Tasks/link.html
@@ -295,7 +295,7 @@ times.  Requires <code>jdk.localedata</code> module.  
Attributes:
 </table>
 
 <h4 id="nested-resourceOrder">resourceOrder</h4>
-<p>Explicit resource search order in linked image.  May be specified multiple 
+<p>Explicit resource search order in linked image.  May be specified multiple
 times.  Attributes:</p>
 <table class="attr">
   <tr>

http://git-wip-us.apache.org/repos/asf/ant/blob/6b576f1e/src/etc/testcases/taskdefs/link.xml
----------------------------------------------------------------------
diff --git a/src/etc/testcases/taskdefs/link.xml 
b/src/etc/testcases/taskdefs/link.xml
index e31659e..a60cdba 100644
--- a/src/etc/testcases/taskdefs/link.xml
+++ b/src/etc/testcases/taskdefs/link.xml
@@ -1252,7 +1252,7 @@ module ${provider.mod} {
     <link destdir="${image}" modulepath="${jdkmods}${jmods}"
           modules="${inc.mod}"
           bindServices="false"/>
-  
+
     <link destdir="${image2}" modulepath="${jdkmods}${jmods}"
           modules="${inc.mod}"
           bindServices="true"/>

Reply via email to