Boost logo

Boost-Commit :

From: jurko.gospodnetic_at_[hidden]
Date: 2008-05-01 05:39:45


Author: jurko
Date: 2008-05-01 05:39:45 EDT (Thu, 01 May 2008)
New Revision: 44969
URL: http://svn.boost.org/trac/boost/changeset/44969

Log:
Consistently converted tabs to spaces in tools/build/v2/test/BoostBuild.py to avoid confusion reading the Python source.
Text files modified:
   trunk/tools/build/v2/test/BoostBuild.py | 5 +++--
   1 files changed, 3 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/test/BoostBuild.py
==============================================================================
--- trunk/tools/build/v2/test/BoostBuild.py (original)
+++ trunk/tools/build/v2/test/BoostBuild.py 2008-05-01 05:39:45 EDT (Thu, 01 May 2008)
@@ -139,6 +139,7 @@
     def _status(self):
         return self.status
 
+
 class Tester(TestCmd.TestCmd):
     """Class for testing Boost.Build.
 
@@ -186,9 +187,9 @@
                 elif os.uname()[0] == 'SunOS':
                     jam_build_dir = "bin.solaris"
                 elif os.uname()[0] == 'Darwin':
- if os.uname()[4] == 'i386':
+ if os.uname()[4] == 'i386':
                         jam_build_dir = "bin.macosxx86"
- else:
+ else:
                         jam_build_dir = "bin.macosxppc"
                 elif os.uname()[0] == "AIX":
                     jam_build_dir = "bin.aix"


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