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

Add space before ';'.

[SVN r76057]
This commit is contained in:
Steven Watanabe
2011-12-19 02:15:59 +00:00
parent 3f7e6506fe
commit 326c88f239

View File

@@ -367,7 +367,7 @@ rule relevant-features ( rule-or-module )
{
result = $(result) ;
}
.relevant-features.$(rule-or-module) = $(result);
.relevant-features.$(rule-or-module) = $(result) ;
return $(result) ;
}
else