diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 21:38:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2008-01-31 21:38:45 (GMT) |
commit | 5a36673807a304206fd729fcba1ce93dfb54b521 (patch) | |
tree | 2f737fa1eeb921ca430e351b953b3c85d471d5a6 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 294dca62eeb45bbe7d1b4f5ed8647deb4bead2b1 (diff) | |
download | CMake-5a36673807a304206fd729fcba1ce93dfb54b521.zip CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.gz CMake-5a36673807a304206fd729fcba1ce93dfb54b521.tar.bz2 |
STYLE: line length
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 7b723f2..09bd84e 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -136,7 +136,8 @@ protected: virtual void WriteExternalProject(std::ostream& fout, const char* name, const char* path, - const std::vector<std::string>& dependencies); + const std::vector<std::string>& + dependencies); std::string ConvertToSolutionPath(const char* path); |