summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-04-05 09:19:29 -0400
committerBrad King <brad.king@kitware.com>2007-04-05 09:19:29 -0400
commitcc13a060c668479d65165f90a944d756b5f2e961 (patch)
tree0005910f30763270278523d754e021321c08a0f5 /Source
parentebabf0cf751b7df45bfd1caa4c4427b7f7482c9f (diff)
downloadcmake-cc13a060c668479d65165f90a944d756b5f2e961.tar.gz
STYLE: Fix line-too-long.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 9bd85e2eb5..428ea6a360 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -464,7 +464,8 @@ bool cmMakefile::ReadListFile(const char* filename_in,
{
// pop the listfile off the stack
this->ListFileStack.pop_back();
- this->AddDefinition("CMAKE_PARENT_LIST_FILE", currentParentFile.c_str());
+ this->AddDefinition("CMAKE_PARENT_LIST_FILE",
+ currentParentFile.c_str());
this->AddDefinition("CMAKE_CURRENT_LIST_FILE", currentFile.c_str());
return true;
}