You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/01/24 15:22:33 UTC

[commons-statistics] 02/03: Remove trailing whitespace

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit f9db4a8ecb0429c28b9ab24d0e1b59ac17e853c1
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Jan 24 13:38:53 2022 +0000

    Remove trailing whitespace
---
 src/main/resources/checkstyle/checkstyle.xml |  2 +-
 src/site/site.xml                            |  6 +++---
 src/site/xdoc/developers.xml                 | 28 ++++++++++++++--------------
 src/site/xdoc/download_statistics.xml        |  4 ++--
 src/site/xdoc/index.xml                      |  2 +-
 src/site/xdoc/userguide/distribution.xml     |  2 +-
 src/site/xdoc/userguide/index.xml            |  8 ++++----
 7 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/src/main/resources/checkstyle/checkstyle.xml b/src/main/resources/checkstyle/checkstyle.xml
index 1ea69b4..a80195b 100644
--- a/src/main/resources/checkstyle/checkstyle.xml
+++ b/src/main/resources/checkstyle/checkstyle.xml
@@ -21,7 +21,7 @@
           "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
           "https://checkstyle.org/dtds/configuration_1_3.dtd">
 
-<!-- 
+<!--
   Commons Statitics customization of default Checkstyle behavior:
   https://github.com/checkstyle/checkstyle/blob/master/src/main/resources/sun_checks.xml
 -->
diff --git a/src/site/site.xml b/src/site/site.xml
index cd1ff46..b4270e4 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,17 +27,17 @@
       <item name="Overview" href="/index.html"/>
       <item name="Downloads" href="https://commons.apache.org/statistics/download_statistics.cgi"/>
       <item name="Issue Tracking" href="/issue-tracking.html"/>
-      <item name="Source Repository (current)" 
+      <item name="Source Repository (current)"
          href="http://gitbox.apache.org/repos/asf/commons-statistics.git"/>
       <!-- <item name="Wiki"   -->
       <!--       href="http://wiki.apache.org/commons/Statistics"/> -->
       <item name="Developers Guide" href="/developers.html"/>
     </menu>
-    
+
     <menu name="User Guide">
       <item name="Contents" href="/userguide/index.html"/>
     </menu>
-    
+
     <head>
       <![CDATA[<script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
       </script>]]>
diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml
index e86258c..b495a88 100644
--- a/src/site/xdoc/developers.xml
+++ b/src/site/xdoc/developers.xml
@@ -15,12 +15,12 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
   <properties>
     <title>Developers Guide</title>
   </properties>
-  
+
   <body>
 
     <section name="Aims">
@@ -30,7 +30,7 @@
         to ensure that the code they create can be successfully maintained by others.
       </p>
     </section>
-    
+
     <section name='Guidelines'>
       <p>
         Developers are asked to comply with the following development guidelines.
@@ -55,8 +55,8 @@
             </li>
             <li>
               Like most commons components, Commons Statistics uses Apache Maven as our
-              build tool. The sources can also be built using Ant (a working 
-              Ant build.xml is included in the top level project directory). 
+              build tool. The sources can also be built using Ant (a working
+              Ant build.xml is included in the top level project directory).
               To build Commons Statistics using Maven, you can follow the instructions for
               <a href="http://maven.apache.org/run-maven/index.html">Building a
               project with Maven</a>.
@@ -73,7 +73,7 @@
               Statistics Wish List Wiki Page.</a>
             </li>
             <li>
-              Be sure to join the commons-dev and commons-user 
+              Be sure to join the commons-dev and commons-user
               <a href="mail-lists.html">
                 email lists</a> and use them appropriately (make sure the string
                 "[Statistics]" starts the Subject line of all your postings).
@@ -84,11 +84,11 @@
                 Setup an account on JIRA
               </a>
               and use it to submit patches and
-              identify bugs. Read the 
+              identify bugs. Read the
               <a href="https://issues.apache.org/bugwritinghelp.html">
               directions</a>
               for submitting bugs and search the database to
-              determine if an issue exists or has already been dealt with.        
+              determine if an issue exists or has already been dealt with.
               <p>
                 See the <a href="https://commons.apache.org/statistics/issue-tracking.html">
                 Commons Statistics Issue Tracking Page</a>
@@ -110,7 +110,7 @@
         <p>
           Follow the steps below when making suggestions for additions or
           enhancements to Commons Statistics. This will make it easier for the community
-          to comment on your ideas and for the committers to keep track of them. 
+          to comment on your ideas and for the committers to keep track of them.
           Thanks in advance!
           <ol>
             <li>Start with a post to the commons-dev mailing list, with [Statistics] at
@@ -128,7 +128,7 @@
               useful</li>
             </ul></li>
             <li>Assuming a generally favorable response to the idea on commons-dev,
-            the next step is to add an entry to the 
+            the next step is to add an entry to the
             <a href="http://wiki.apache.org/commons/StatisticsWishList">Statistics Wish
             List</a> corresponding to the idea.  Include a reference to the
             discussion thread. </li>
@@ -145,7 +145,7 @@
             ticket if a patch goes more than a few days with no comment or commit.
             </li>
           </ol>
-        </p>   
+        </p>
       </subsection>
 
       <subsection name='Coding Style'>
@@ -206,7 +206,7 @@
           </li>
           <li>
             Implementations <i>should</i> use standard algorithms and
-            references or full descriptions of all algorithms <i>should</i> be 
+            references or full descriptions of all algorithms <i>should</i> be
             provided.
           </li>
           <li>
@@ -251,7 +251,7 @@
             License in a comment that begins the file.
           </li>
           <li>
-            All contributions must comply with the terms of the Apache 
+            All contributions must comply with the terms of the Apache
             <a href="http://www.apache.org/licenses/cla.pdf">Contributor License
             Agreement (CLA)</a>.
           </li>
@@ -265,7 +265,7 @@
           <li>
             References to source materials covered by restrictive proprietary
             licenses should be avoided.  In particular, contributions should not
-            implement or include references to algorithms in 
+            implement or include references to algorithms in
             <a href="http://www.nr.com/">Numerical Recipes (NR)</a>.
             Any questions about copyright or patent issues should be raised on
             the commons-dev mailing list before contributing or committing code.
diff --git a/src/site/xdoc/download_statistics.xml b/src/site/xdoc/download_statistics.xml
index 3ad0a49..2e63998 100644
--- a/src/site/xdoc/download_statistics.xml
+++ b/src/site/xdoc/download_statistics.xml
@@ -27,9 +27,9 @@ limitations under the License.
  +======================================================================+
  |                                                                      |
  | 1) Re-generate using: mvn commons:download-page                      |
- 
+
  Do NOT re-generate before an actual release can be downloaded.
- 
+
  |                                                                      |
  | 2) Set the following properties in the component's pom:              |
  |    - commons.componentid (required, alphabetic, lower case)          |
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 0fbbbc7..93a071b 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <document>
 
   <properties>
diff --git a/src/site/xdoc/userguide/distribution.xml b/src/site/xdoc/userguide/distribution.xml
index da6ea75..c8d99ff 100644
--- a/src/site/xdoc/userguide/distribution.xml
+++ b/src/site/xdoc/userguide/distribution.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
 <document url="distribution.html">
   <properties>
diff --git a/src/site/xdoc/userguide/index.xml b/src/site/xdoc/userguide/index.xml
index 3999aca..a845ec0 100644
--- a/src/site/xdoc/userguide/index.xml
+++ b/src/site/xdoc/userguide/index.xml
@@ -16,7 +16,7 @@
    See the License for the specific language governing permissions and
    limitations under the License.
   -->
-  
+
 <?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
 <document url="index.html">
   <properties>
@@ -25,7 +25,7 @@
 
   <body>
     <section name="Table of Contents" href="toc">
-        
+
       <ul>
 
         <li>
@@ -35,7 +35,7 @@
       </ul>
 
     </section>
-    
+
   </body>
-  
+
 </document>