From 254ae5c62e3ba55a2b51daf192bfb9df2016efde Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 8 Mar 2007 08:46:03 -0500 Subject: STYLE: Fix line-too-long. --- Source/cmIncludeDirectoryCommand.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v0.12