summaryrefslogtreecommitdiffstats
path: root/Source/cmExportLibraryDependencies.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 19:08:38 (GMT)
commitbb88ef5e41c2308db4e3fbd8c4e082495f45e389 (patch)
tree6a4613f8d0728b83bb744ef78f008e308b0f8704 /Source/cmExportLibraryDependencies.h
parent14781101fd43a68ea5226f067022df30fa8464b4 (diff)
downloadCMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.zip
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.gz
CMake-bb88ef5e41c2308db4e3fbd8c4e082495f45e389.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmExportLibraryDependencies.h')
-rw-r--r--Source/cmExportLibraryDependencies.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmExportLibraryDependencies.h b/Source/cmExportLibraryDependencies.h
index dc46fc8..e8af97e 100644
--- a/Source/cmExportLibraryDependencies.h
+++ b/Source/cmExportLibraryDependencies.h
@@ -22,7 +22,8 @@
/** \class cmExportLibraryDependenciesCommand
* \brief Add a test to the lists of tests to run.
*
- * cmExportLibraryDependenciesCommand adds a test to the list of tests to run .
+ * cmExportLibraryDependenciesCommand adds a test to the list of tests to run
+ *
*/
class cmExportLibraryDependenciesCommand : public cmCommand
{
@@ -57,7 +58,8 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Write out the dependency information for all targets of a project.";
+ return
+ "Write out the dependency information for all targets of a project.";
}
/**