Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51391 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2009-02-22 11:02:58


Author: jurko
Date: 2009-02-22 11:02:58 EST (Sun, 22 Feb 2009)
New Revision: 51391
URL: http://svn.boost.org/trac/boost/changeset/51391

Log:
Converted tabs to spaces in the Boost Build test/test_all.py to make all whitespace style used in this file consistent.
Text files modified:
   trunk/tools/build/v2/test/test_all.py | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/test/test_all.py
==============================================================================
--- trunk/tools/build/v2/test/test_all.py (original)
+++ trunk/tools/build/v2/test/test_all.py 2009-02-22 11:02:58 EST (Sun, 22 Feb 2009)
@@ -45,8 +45,8 @@
 
     for i in all_tests:
         passed = 1
- if not xml:
- print ("%-25s : " %(i)),
+ if not xml:
+ print ("%-25s : " %(i)),
         try:
             __import__(i)
         except SystemExit:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk