diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-06-15 15:51:51 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-06-15 15:51:51 (GMT) |
commit | 6071052835552a7dbdf7bd4f38263c6f206b26dd (patch) | |
tree | a8449abd8ac5803f2092cef86cbeb019cb0502f6 /Source/cmake.h | |
parent | 4c2c2cfd680afb1e34705e07c15e9a1bbe164cf9 (diff) | |
download | CMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.zip CMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.tar.gz CMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.tar.bz2 |
ENH: fix linelength
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 516d981..71a7713 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -69,7 +69,8 @@ class cmake ///! construct an instance of cmake static const char *GetCMakeFilesDirectory() {return "/CMakeFiles";}; - static const char *GetCMakeFilesDirectoryPostSlash() {return "CMakeFiles/";}; + static const char *GetCMakeFilesDirectoryPostSlash() { + return "CMakeFiles/";}; //@{ /** |