summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-10 18:54:46 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-10 18:54:46 (GMT)
commita5ed047d4be3f0fbf399813a96e1536e5703b934 (patch)
tree765b748db4d05e77dda6c8d8993339d227e3f1f8 /Source/cmDependsFortran.cxx
parentd77fbb9640900294e5a32305188c89a3e70e6cc5 (diff)
downloadCMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.zip
CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.gz
CMake-a5ed047d4be3f0fbf399813a96e1536e5703b934.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r--Source/cmDependsFortran.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx
index 22cff0e..e1ed81c 100644
--- a/Source/cmDependsFortran.cxx
+++ b/Source/cmDependsFortran.cxx
@@ -311,8 +311,8 @@ bool cmDependsFortran::FindIncludeFile(const char* dir,
}
// Search the include path for the file.
- for(std::vector<std::string>::const_iterator i = this->IncludePath->begin();
- i != this->IncludePath->end(); ++i)
+ for(std::vector<std::string>::const_iterator i =
+ this->IncludePath->begin(); i != this->IncludePath->end(); ++i)
{
fullName = *i;
fullName += "/";