summaryrefslogtreecommitdiffstats
path: root/Source/cmIncludeDirectoryCommand.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 13:46:03 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 13:46:03 (GMT)
commit254ae5c62e3ba55a2b51daf192bfb9df2016efde (patch)
tree82bc0f44933035fa7fadff1ff8f59157b2a4e646 /Source/cmIncludeDirectoryCommand.cxx
parent2f2b5b25034c5b26bf59dc4dc900c21d448ad30b (diff)
downloadCMake-254ae5c62e3ba55a2b51daf192bfb9df2016efde.zip
CMake-254ae5c62e3ba55a2b51daf192bfb9df2016efde.tar.gz
CMake-254ae5c62e3ba55a2b51daf192bfb9df2016efde.tar.bz2
STYLE: Fix line-too-long.
Diffstat (limited to 'Source/cmIncludeDirectoryCommand.cxx')
-rw-r--r--Source/cmIncludeDirectoryCommand.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmIncludeDirectoryCommand.cxx b/Source/cmIncludeDirectoryCommand.cxx
index edccc9b..73f2e12 100644
--- a/Source/cmIncludeDirectoryCommand.cxx
+++ b/Source/cmIncludeDirectoryCommand.cxx
@@ -98,7 +98,8 @@ void cmIncludeDirectoryCommand::AddDirectory(const char *i,
}
if (ret.size()-pos-1)
{
- this->AddDirectory(ret.substr(pos+1,ret.size()-pos-1).c_str(), before, system);
+ this->AddDirectory(ret.substr(pos+1,ret.size()-pos-1).c_str(),
+ before, system);
}
return;
}