summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 17:53:21 (GMT)
commitdaa37f116340fa86c1a511847fe65ad999095fa0 (patch)
treec7b5e27c5bc3407266dca8ea5c987ff32a81b5a2 /Source/cmSourceFile.cxx
parent2bb24565e5fb9ba99aa3164332a81504a7eb51b0 (diff)
downloadCMake-daa37f116340fa86c1a511847fe65ad999095fa0.zip
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.gz
CMake-daa37f116340fa86c1a511847fe65ad999095fa0.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmSourceFile.cxx')
-rw-r--r--Source/cmSourceFile.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmSourceFile.cxx b/Source/cmSourceFile.cxx
index 7ab15ba..7f2c663 100644
--- a/Source/cmSourceFile.cxx
+++ b/Source/cmSourceFile.cxx
@@ -65,8 +65,8 @@ bool cmSourceFile::SetName(const char* name, const char* dir,
}
// See if the file is a header file
- if(std::find( headerExts.begin(), headerExts.end(), this->SourceExtension ) ==
- headerExts.end())
+ if(std::find( headerExts.begin(), headerExts.end(),
+ this->SourceExtension ) == headerExts.end())
{
this->SetProperty("HEADER_FILE_ONLY","0");
}