From: Vincent Pit <vince@profvince.com>
Date: Sun, 1 Sep 2013 17:00:03 +0000 (+0200)
Subject: Remove trailing whitespace
X-Git-Tag: v1.14~1
X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=aa04f163454a2ae5ebf0d9001078c1d251ffda4b;p=perl%2Fmodules%2FTest-Valgrind.git

Remove trailing whitespace
---

diff --git a/samples/xml-output-protocol4.txt b/samples/xml-output-protocol4.txt
index 7db5d15..45db06f 100644
--- a/samples/xml-output-protocol4.txt
+++ b/samples/xml-output-protocol4.txt
@@ -182,8 +182,8 @@ the following in sequence:
 
 * The following, indicating that the program has now started:
 
-     <status> <state>RUNNING</state> 
-              <time>human-readable-time-string</time> 
+     <status> <state>RUNNING</state>
+              <time>human-readable-time-string</time>
      </status>
 
   The format of this string is not defined, but it is expected to be
@@ -195,8 +195,8 @@ the following in sequence:
 * The following, indicating that the program has now finished, and
   that the any final wrapup (eg, for Memcheck, leak checking) is happening.
 
-     <status> <state>FINISHED</state> 
-              <time>human-readable-time-string</time> 
+     <status> <state>FINISHED</state>
+              <time>human-readable-time-string</time>
      </status>
 
 * Zero or more of (either ERRORCOUNTS or TOOLSPECIFIC).  In Memcheck's
@@ -221,7 +221,7 @@ STACK
 -----
 STACK indicates locations in the program being debugged.  A STACK
 is one or more FRAMEs.  The first is the innermost frame, the
-next its caller, etc.  
+next its caller, etc.
 
    <stack>
       one or more FRAME
@@ -598,7 +598,7 @@ The possible values are:
 
    Heap
 
-      Usage of a pointer derived from a heap block, to access 
+      Usage of a pointer derived from a heap block, to access
       outside that heap block
 
    Arith
diff --git a/samples/xml-output.txt b/samples/xml-output.txt
index c232aac..e5d1816 100644
--- a/samples/xml-output.txt
+++ b/samples/xml-output.txt
@@ -30,7 +30,7 @@ Design goals
 How to use
 ~~~~~~~~~~
 
-Run with flag --xml=yes.  That`s all.  Note however several 
+Run with flag --xml=yes.  That`s all.  Note however several
 caveats.
 
 * At the present time only Memcheck is supported.  The scheme extends
@@ -196,8 +196,8 @@ following in sequence:
 
 * The following, indicating that the program has now started:
 
-     <status> <state>RUNNING</state> 
-              <time>human-readable-time-string</time> 
+     <status> <state>RUNNING</state>
+              <time>human-readable-time-string</time>
      </status>
 
 * Zero or more of (either ERROR or ERRORCOUNTS).
@@ -205,8 +205,8 @@ following in sequence:
 * The following, indicating that the program has now finished, and
   that the wrapup (leak checking) is happening.
 
-     <status> <state>FINISHED</state> 
-              <time>human-readable-time-string</time> 
+     <status> <state>FINISHED</state>
+              <time>human-readable-time-string</time>
      </status>
 
 * SUPPCOUNTS, indicating how many times each suppression was used.
@@ -265,7 +265,7 @@ is as follows:
      description (usually of invalid addresses)
 
      STACK gives an auxiliary stack (usually the allocation/free
-     point of a block).  If this STACK is present then 
+     point of a block).  If this STACK is present then
      <auxwhat>TEXT</auxwhat> will precede it.
 
 
@@ -343,7 +343,7 @@ STACK
 -----
 STACK indicates locations in the program being debugged.  A STACK
 is one or more FRAMEs.  The first is the innermost frame, the
-next its caller, etc.  
+next its caller, etc.
 
    <stack>
       one or more FRAME