Re: [Bug-dejagnu] PATCH: more whitespace cleanup in lib/framework.exp

2018-11-24 Thread Ben Elliston
On Sat, Nov 24, 2018 at 06:51:05PM -0600, Jacob Bachmeyer wrote:

> I am unsure how I missed this earlier.

Thanks; applied. I also took care of the config directory for you.

Cheers, Ben


signature.asc
Description: PGP signature
___
Bug-dejagnu mailing list
Bug-dejagnu@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-dejagnu


[Bug-dejagnu] PATCH: more whitespace cleanup in lib/framework.exp

2018-11-24 Thread Jacob Bachmeyer

I am unsure how I missed this earlier.


ChangeLog entry:
* lib/framework.exp: Clean up whitespace.

patch:

diff --git a/lib/framework.exp b/lib/framework.exp
index 50ac757..9288cb9 100644
--- a/lib/framework.exp
+++ b/lib/framework.exp
@@ -42,7 +42,7 @@ proc insertdtd { } {
  
  
  
-  
+  
  
  
\]>"
@@ -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



-- Jacob

___
Bug-dejagnu mailing list
Bug-dejagnu@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-dejagnu