OSSP CVS Repository

ossp - Difference in ossp-pkg/ex/ts.c versions 1.8 and 1.9
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/ex/ts.c 1.8 -> 1.9

--- ts.c 2005/01/30 13:39:07     1.8
+++ ts.c 2005/01/30 13:41:11     1.9
@@ -123,7 +123,7 @@
 static int ts_suite_mvxprintf(char *buffer, size_t bufsize, const char *format, va_list ap)
 {
     /* sufficient integer buffer: <available-bits> x log_10(2) + safety */
-    char ibuf[((sizeof(int)*8)/3)+10]; 
+    char ibuf[((sizeof(int)*8)/3)+10];
     char *cp;
     char c;
     int d;
@@ -355,9 +355,9 @@
     /* print test suite summary */
     fprintf(stdout, " __________________________________________________________________\n");
     fprintf(stdout, "\n");
-    fprintf(stdout, " Test Summary: %d tests (%d ok, %d failed), %d checks (%d ok, %d failed)\n", 
-            total_tests, (total_tests - total_tests_suite_failed), total_tests_suite_failed, 
-            total_checks, (total_checks - total_checks_failed), total_checks_failed); 
+    fprintf(stdout, " Test Summary: %d tests (%d ok, %d failed), %d checks (%d ok, %d failed)\n",
+            total_tests, (total_tests - total_tests_suite_failed), total_tests_suite_failed,
+            total_checks, (total_checks - total_checks_failed), total_checks_failed);
     if (total_tests_suite_failed > 0)
         fprintf(stdout, " Test Suite: FAILED\n");
     else

CVSTrac 2.0.1