summaryrefslogtreecommitdiffstats
path: root/Source/cmCommandArgumentParserHelper.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:49:58 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2010-09-16 15:49:58 (GMT)
commitf117423336a91f4f50f031d0acc892d4c10316c3 (patch)
treec9a9c684da2b79afc7667ffe9922f44db09551bf /Source/cmCommandArgumentParserHelper.cxx
parente49a935c20550482e9f92ceb05d1f2a0bc519c91 (diff)
downloadCMake-f117423336a91f4f50f031d0acc892d4c10316c3.zip
CMake-f117423336a91f4f50f031d0acc892d4c10316c3.tar.gz
CMake-f117423336a91f4f50f031d0acc892d4c10316c3.tar.bz2
Fix line lengths to be no more than 78
Diffstat (limited to 'Source/cmCommandArgumentParserHelper.cxx')
-rw-r--r--Source/cmCommandArgumentParserHelper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmCommandArgumentParserHelper.cxx b/Source/cmCommandArgumentParserHelper.cxx
index 8b009e0..3f1ba53 100644
--- a/Source/cmCommandArgumentParserHelper.cxx
+++ b/Source/cmCommandArgumentParserHelper.cxx
@@ -131,8 +131,10 @@ char* cmCommandArgumentParserHelper::ExpandVariable(const char* var)
if(this->WarnUninitialized && !this->Makefile->VariableInitialized(var))
{
if (this->CheckSystemVars ||
- cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeDirectory()) ||
- cmSystemTools::IsSubDirectory(this->FileName, this->Makefile->GetHomeOutputDirectory()))
+ cmSystemTools::IsSubDirectory(this->FileName,
+ this->Makefile->GetHomeDirectory()) ||
+ cmSystemTools::IsSubDirectory(this->FileName,
+ this->Makefile->GetHomeOutputDirectory()))
{
cmOStringStream msg;
msg << this->FileName << ":" << this->FileLine << ":" <<