diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:54:46 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 18:54:46 (GMT) |
commit | a5ed047d4be3f0fbf399813a96e1536e5703b934 (patch) | |
tree | 765b748db4d05e77dda6c8d8993339d227e3f1f8 /Source/cmDependsFortran.cxx | |
parent | d77fbb9640900294e5a32305188c89a3e70e6cc5 (diff) | |
download | CMake-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.cxx | 4 |
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 += "/"; |