summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestReadCustomFilesCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 17:50:44 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 17:50:44 (GMT)
commitaae0bcdacfb9cfc10769452895fbc96c43add1d6 (patch)
tree3e4b14a2a3e3e6bb5e1f9c1b0e32da0224993664 /Source/CTest/cmCTestReadCustomFilesCommand.h
parent26e75041fa1b5198ef6cc6372c9b529a8189e649 (diff)
downloadCMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.zip
CMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.tar.gz
CMake-aae0bcdacfb9cfc10769452895fbc96c43add1d6.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/CTest/cmCTestReadCustomFilesCommand.h')
-rw-r--r--Source/CTest/cmCTestReadCustomFilesCommand.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CTest/cmCTestReadCustomFilesCommand.h b/Source/CTest/cmCTestReadCustomFilesCommand.h
index 08febdf..cb870af 100644
--- a/Source/CTest/cmCTestReadCustomFilesCommand.h
+++ b/Source/CTest/cmCTestReadCustomFilesCommand.h
@@ -67,8 +67,8 @@ public:
{
return
" CTEST_READ_CUSTOM_FILES( directory ... )\n"
- "Read all the CTestCustom.ctest or CTestCustom.cmake files from the given "
- "directory.";
+ "Read all the CTestCustom.ctest or CTestCustom.cmake files from "
+ "the given directory.";
}
cmTypeMacro(cmCTestReadCustomFilesCommand, cmCTestCommand);