2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Remove tabs.

[SVN r34994]
This commit is contained in:
Daniel James
2006-08-29 20:55:58 +00:00
parent 383826af28
commit cbdfcd248a
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ rule a1-rule ( properties * )
{
if <variant>debug in $(properties)
{
return <define>OK ;
return <define>OK ;
}
}

View File

@@ -11,10 +11,10 @@ rule properties-as-path ( properties * )
local r ;
for local p in $(properties)
{
if $(p:G) != <action>
{
r += $(p) ;
}
if $(p:G) != <action>
{
r += $(p) ;
}
}
return [ property.as-path
[ property.remove incidental : $(r) ] ] ;