summaryrefslogtreecommitdiffstats
path: root/Source/cmLinkDirectoriesCommand.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 15:56:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 15:56:09 (GMT)
commit7dc8a92246ced17f9f3cf6161f2ef07bdda51014 (patch)
treefd7f79bd2ffe4fe9d60d302403aeb317661c9d8a /Source/cmLinkDirectoriesCommand.cxx
parent4b176d7f45bc436caccfd582d98c0bf0123a6bb2 (diff)
downloadCMake-7dc8a92246ced17f9f3cf6161f2ef07bdda51014.zip
CMake-7dc8a92246ced17f9f3cf6161f2ef07bdda51014.tar.gz
CMake-7dc8a92246ced17f9f3cf6161f2ef07bdda51014.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmLinkDirectoriesCommand.cxx')
-rw-r--r--Source/cmLinkDirectoriesCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLinkDirectoriesCommand.cxx b/Source/cmLinkDirectoriesCommand.cxx
index 90f54b61..5eeb5bb 100644
--- a/Source/cmLinkDirectoriesCommand.cxx
+++ b/Source/cmLinkDirectoriesCommand.cxx
@@ -17,7 +17,8 @@
#include "cmLinkDirectoriesCommand.h"
// cmLinkDirectoriesCommand
-bool cmLinkDirectoriesCommand::InitialPass(std::vector<std::string> const& args)
+bool cmLinkDirectoriesCommand
+::InitialPass(std::vector<std::string> const& args)
{
if(args.size() < 1 )
{