diff options
author | Brad King <brad.king@kitware.com> | 2017-02-24 14:31:33 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-02-24 14:31:33 (GMT) |
commit | 17c151965d4c8f7d5a75e82341403fa43c7ca42f (patch) | |
tree | bd6372cda4dd4ca923cc7e707e0760071318c886 /Source | |
parent | 0b0e28d30b1b3b91150ce88a3cb94c8bf39fa7ce (diff) | |
parent | 2cb165e8c0943baa8bc05e97ef89b5e0b0261297 (diff) | |
download | CMake-17c151965d4c8f7d5a75e82341403fa43c7ca42f.zip CMake-17c151965d4c8f7d5a75e82341403fa43c7ca42f.tar.gz CMake-17c151965d4c8f7d5a75e82341403fa43c7ca42f.tar.bz2 |
Merge topic 'vcxproj-indentation'
2cb165e8 VS: Fix .vcxproj indentation
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.cxx b/Source/cmVisualStudio10TargetGenerator.cxx index e3853ed..eac48ee 100644 --- a/Source/cmVisualStudio10TargetGenerator.cxx +++ b/Source/cmVisualStudio10TargetGenerator.cxx @@ -131,6 +131,7 @@ void cmVisualStudio10TargetGenerator::WritePlatformConfigTag( } stream->fill(' '); stream->width(indentLevel * 2); + (*stream) << ""; // applies indentation (*stream) << "<" << tag << " Condition=\""; (*stream) << "'$(Configuration)|$(Platform)'=='"; (*stream) << config << "|" << this->Platform; |