* lib/framework.exp: Clean up whitespace.
authorJacob Bachmeyer <jcb62281@gmail.com>
Sun, 25 Nov 2018 03:51:33 +0000 (14:51 +1100)
committerBen Elliston <bje@gnu.org>
Sun, 25 Nov 2018 03:51:33 +0000 (14:51 +1100)
Signed-off-by: Ben Elliston <bje@gnu.org>
ChangeLog
lib/framework.exp

index e3023a9..30b0db7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-25  Jacob Bachmeyer  <jcb62281@gmail.com>
+
+       * lib/framework.exp: Clean up whitespace.
+
 2018-11-25  Ben Elliston  <bje@gnu.org>
 
        * config/gdb-comm.exp: Clean up whitespace.
index 50ac757..9288cb9 100644 (file)
@@ -42,7 +42,7 @@ proc insertdtd { } {
   <!ELEMENT result             (#PCDATA)>
   <!ELEMENT name               (#PCDATA)>
   <!ELEMENT prms_id            (#PCDATA)>
-  <!ELEMENT summary    (result, description, total)>
+  <!ELEMENT summary            (result, description, total)>
   <!ELEMENT description        (#PCDATA)>
   <!ELEMENT total              (#PCDATA)>
 \]>"
@@ -689,9 +689,9 @@ proc record_test { type message args } {
     # the output of the test can't be considered correct.
     if { $warning_threshold > 0 && $warncnt >= $warning_threshold
         || $perror_threshold > 0 && $errcnt >= $perror_threshold } {
-        verbose "Error/Warning threshold exceeded: \
-                 $errcnt $warncnt (max. $perror_threshold $warning_threshold)"
-        set type UNRESOLVED
+       verbose "Error/Warning threshold exceeded: \
+                $errcnt $warncnt (max. $perror_threshold $warning_threshold)"
+       set type UNRESOLVED
     }
 
     incr_count $type