$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r79873 - trunk/tools/build/v2/contrib
From: jurko.gospodnetic_at_[hidden]
Date: 2012-08-05 10:53:15
Author: jurko
Date: 2012-08-05 10:53:14 EDT (Sun, 05 Aug 2012)
New Revision: 79873
URL: http://svn.boost.org/trac/boost/changeset/79873
Log:
Boost Build cleanup - minor stylistic change.
Text files modified: 
   trunk/tools/build/v2/contrib/boost.jam |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/contrib/boost.jam
==============================================================================
--- trunk/tools/build/v2/contrib/boost.jam	(original)
+++ trunk/tools/build/v2/contrib/boost.jam	2012-08-05 10:53:14 EDT (Sun, 05 Aug 2012)
@@ -148,7 +148,7 @@
             .version_tag = [ regex.replace $(version) "[*\\/:.\"\' ]" "_" ] ;
             .initialized = $(version) ;
 
-            if  ( $(root) && $(inc) )
+            if ( $(root) && $(inc) )
                 || ( $(root) && $(lib) )
                 || ( $(lib) && ! $(inc) )
                 || ( ! $(lib) && $(inc) )