diff --git a/test/indirect_conditional.py b/test/indirect_conditional.py index 0b16b1b61..b877e37cc 100644 --- a/test/indirect_conditional.py +++ b/test/indirect_conditional.py @@ -17,7 +17,7 @@ rule a1-rule ( properties * ) { if debug in $(properties) { - return OK ; + return OK ; } } diff --git a/test/project-test3/lib3/Jamfile b/test/project-test3/lib3/Jamfile index 4cecf63ac..a6e61f6b6 100644 --- a/test/project-test3/lib3/Jamfile +++ b/test/project-test3/lib3/Jamfile @@ -11,10 +11,10 @@ rule properties-as-path ( properties * ) local r ; for local p in $(properties) { - if $(p:G) != - { - r += $(p) ; - } + if $(p:G) != + { + r += $(p) ; + } } return [ property.as-path [ property.remove incidental : $(r) ] ] ;