mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
STYLE: fix line lengths
This commit is contained in:
@@ -59,7 +59,9 @@ public:
|
||||
*/
|
||||
virtual const char* GetTerseDocumentation()
|
||||
{
|
||||
return "Run and executable program during the processing of the CMakeList.txt file.";
|
||||
return
|
||||
"Run and executable program during the processing of the CMakeList.txt"
|
||||
" file.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user