diff options
author | Brad King <brad.king@kitware.com> | 2016-05-09 16:56:43 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-05-09 16:56:43 (GMT) |
commit | 3ecdddfc35a0f0ecc1495d902f34d9cee2d59459 (patch) | |
tree | 88b5d3c4b8c587d7979231d0e6ce9b03b0685a74 /Source/CursesDialog/ccmake.cxx | |
parent | d95fbdb70944a8f9a7e6ac11bc51f410a99aafcd (diff) | |
parent | 0ac18d40c8c29a17f1acfcaca506f41a26185901 (diff) | |
download | CMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.zip CMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.tar.gz CMake-3ecdddfc35a0f0ecc1495d902f34d9cee2d59459.tar.bz2 |
Merge topic 'clang-format-prep'
0ac18d40 Remove `//------...` horizontal separator comments
Diffstat (limited to 'Source/CursesDialog/ccmake.cxx')
-rw-r--r-- | Source/CursesDialog/ccmake.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CursesDialog/ccmake.cxx b/Source/CursesDialog/ccmake.cxx index b7c22b1..6eccf54 100644 --- a/Source/CursesDialog/ccmake.cxx +++ b/Source/CursesDialog/ccmake.cxx @@ -23,7 +23,6 @@ #include <form.h> -//---------------------------------------------------------------------------- static const char * cmDocumentationName[][2] = { {0, @@ -31,7 +30,6 @@ static const char * cmDocumentationName[][2] = {0,0} }; -//---------------------------------------------------------------------------- static const char * cmDocumentationUsage[][2] = { {0, @@ -44,7 +42,6 @@ static const char * cmDocumentationUsage[][2] = {0,0} }; -//---------------------------------------------------------------------------- static const char * cmDocumentationUsageNote[][2] = { {0, @@ -52,7 +49,6 @@ static const char * cmDocumentationUsageNote[][2] = {0,0} }; -//---------------------------------------------------------------------------- static const char * cmDocumentationOptions[][2] = { CMAKE_STANDARD_OPTIONS_TABLE, |