diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-01 22:06:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-01 22:06:05 (GMT) |
commit | fd799a5d0e1c5fa62b7f0063854fefca875299f8 (patch) | |
tree | cc59d1795346279014e8e037795f29241ac0ee9b /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 23d8525d460f0b4a4e2a2cc55f82bad87438c05c (diff) | |
download | CMake-fd799a5d0e1c5fa62b7f0063854fefca875299f8.zip CMake-fd799a5d0e1c5fa62b7f0063854fefca875299f8.tar.gz CMake-fd799a5d0e1c5fa62b7f0063854fefca875299f8.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index f59f3da..541a999 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -1661,7 +1661,8 @@ void cmLocalVisualStudio7Generator::ConfigureFinalPass() cmCustomCommand cc = l->second.GetPostBuildCommands()[0]; const cmCustomCommandLines& cmds = cc.GetCommandLines(); std::string project_name = cmds[0][0]; - this->ReadAndStoreExternalGUID(project_name.c_str(), cmds[0][1].c_str()); + this->ReadAndStoreExternalGUID(project_name.c_str(), + cmds[0][1].c_str()); } else { |