Author: bart
Date: 2008-02-24 18:16:56 +0000 (Sun, 24 Feb 2008)
New Revision: 7437

Log:
Whitespace-only change.

Modified:
   trunk/exp-drd/tests/matinv.c


Modified: trunk/exp-drd/tests/matinv.c
===================================================================
--- trunk/exp-drd/tests/matinv.c        2008-02-23 19:04:44 UTC (rev 7436)
+++ trunk/exp-drd/tests/matinv.c        2008-02-24 18:16:56 UTC (rev 7437)
@@ -313,8 +313,8 @@
   double ratio;
 
   matrix_size = (argc > 1) ? atoi(argv[1]) : 3;
-  s_nthread = (argc > 2) ? atoi(argv[2]) : 3;
-  silent = (argc > 3) ? atoi(argv[3]) : 0;
+  s_nthread   = (argc > 2) ? atoi(argv[2]) : 3;
+  silent      = (argc > 3) ? atoi(argv[3]) : 0;
 
   eps = epsilon();
   a = new_matrix(matrix_size, matrix_size);


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to