diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-17 13:46:25 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-02-17 13:46:25 (GMT) |
commit | f7cd9f76ce5f49183b519007e8e0bb20f2ae664e (patch) | |
tree | 09f62c1f964baff754b20a412abf22693582da9a /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 66523061d0d35b80dcc4a5c19d43a93cb455e58b (diff) | |
download | CMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.zip CMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.tar.gz CMake-f7cd9f76ce5f49183b519007e8e0bb20f2ae664e.tar.bz2 |
STYLE: fix line length issues
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 ff72152..b69d9bb 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -1965,7 +1965,8 @@ GetTargetObjectFileDirectories(cmTarget* target, // return the source name for the object file -std::string cmLocalVisualStudio7Generator::GetSourceObjectName(cmSourceFile& sf ) +std::string +cmLocalVisualStudio7Generator::GetSourceObjectName(cmSourceFile& sf ) { std::string ret = sf.GetSourceName(); std::string::size_type pos = ret.find("/"); |