From 92bb5ccf970a6ed252e59bbb63233f4cef03c82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 1 May 2008 09:39:45 +0000 Subject: [PATCH] Consistently converted tabs to spaces in tools/build/v2/test/BoostBuild.py to avoid confusion reading the Python source. [SVN r44969] --- v2/test/BoostBuild.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v2/test/BoostBuild.py b/v2/test/BoostBuild.py index 7e133d4e8..67afc4d0b 100644 --- a/v2/test/BoostBuild.py +++ b/v2/test/BoostBuild.py @@ -139,6 +139,7 @@ elif os.name == 'nt': def _status(self): return self.status + class Tester(TestCmd.TestCmd): """Class for testing Boost.Build. @@ -186,9 +187,9 @@ class Tester(TestCmd.TestCmd): 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"