From 13966e5564f9abb4a4eebdd074a799f231e30e50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 28 Jun 2012 13:10:14 +0000 Subject: [PATCH] Minor stylistic indentation change. [SVN r79157] --- src/tools/msvc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/msvc.jam b/src/tools/msvc.jam index 22548323a..f03846cc9 100644 --- a/src/tools/msvc.jam +++ b/src/tools/msvc.jam @@ -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 } }