fix Jamfile indentation

This commit is contained in:
arvidn 2017-07-15 01:19:02 -07:00
parent c4afb5e949
commit 259e04e1ad
1 changed files with 7 additions and 7 deletions

14
Jamfile
View File

@ -370,13 +370,13 @@ rule building ( properties * )
rule default-build ( properties * )
{
local result ;
if <variant>debug in $(properties)
{
result += <variant>debug:<invariant-checks>on
<variant>debug:<asserts>on ;
}
return $(result) ;
local result ;
if <variant>debug in $(properties)
{
result += <variant>debug:<invariant-checks>on
<variant>debug:<asserts>on ;
}
return $(result) ;
}
rule tag ( name : type ? : property-set )