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

Minor stylistic indentation change.

[SVN r79157]
This commit is contained in:
Jurko Gospodnetić
2012-06-28 13:10:14 +00:00
parent 270d13afe1
commit 13966e5564

View File

@@ -540,7 +540,7 @@ else
actions manifest.dll
{
if test -e "$(<[1]).manifest"; then
$(.MT) -manifest "$(<[1]:W).manifest" "-outputresource:$(<[1]:W);2"
$(.MT) -manifest "$(<[1]:W).manifest" "-outputresource:$(<[1]:W);2"
fi
}
}