From e1e0fb901fb048b5df12696fb1a73b67ebca312e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 10 Sep 2008 19:41:08 +0000 Subject: [PATCH] Minor stylistic changes in the Boost Build build/feature.jam module. [SVN r48702] --- src/build/feature.jam | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/build/feature.jam b/src/build/feature.jam index 466a15ad6..f2960a5ef 100644 --- a/src/build/feature.jam +++ b/src/build/feature.jam @@ -357,7 +357,8 @@ local rule expand-subfeatures-aux ( local subvalue = $(subvalues[1]) ; # Pop the head off of subvalues. subvalues = $(subvalues[2-]) ; - local subfeature = [ find-implied-subfeature $(feature) $(subvalue) : $(value) ] ; + local subfeature = [ find-implied-subfeature $(feature) $(subvalue) : + $(value) ] ; # If no subfeature was found reconstitute the value string and use that. if ! $(subfeature) @@ -771,7 +772,8 @@ local rule is-subfeature-of ( parent-property f ) { # The feature has the form , e.g. # . - local feature-value = [ split-top-feature $(specific-subfeature[1]) ] ; + local feature-value = [ split-top-feature $(specific-subfeature[1]) + ] ; if <$(feature-value[1])>$(feature-value[2]) = $(parent-property) { return true ;