summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-06-15 15:51:51 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-06-15 15:51:51 (GMT)
commit6071052835552a7dbdf7bd4f38263c6f206b26dd (patch)
treea8449abd8ac5803f2092cef86cbeb019cb0502f6 /Source/cmake.h
parent4c2c2cfd680afb1e34705e07c15e9a1bbe164cf9 (diff)
downloadCMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.zip
CMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.tar.gz
CMake-6071052835552a7dbdf7bd4f38263c6f206b26dd.tar.bz2
ENH: fix linelength
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
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/";};
//@{
/**