summaryrefslogtreecommitdiffstats
path: root/Source/cmDependsFortran.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-12-05 14:17:07 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-12-05 14:17:07 (GMT)
commit8eea168c232463b3623ec621932b689232b98699 (patch)
tree4689bc490b5d8f37665b14abcfe680760d98cb24 /Source/cmDependsFortran.cxx
parenta6d800351c61d7ca700b43aa7b651ad4e9c7597a (diff)
downloadCMake-8eea168c232463b3623ec621932b689232b98699.zip
CMake-8eea168c232463b3623ec621932b689232b98699.tar.gz
CMake-8eea168c232463b3623ec621932b689232b98699.tar.bz2
STYLE: fix line len
Diffstat (limited to 'Source/cmDependsFortran.cxx')
-rw-r--r--Source/cmDependsFortran.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDependsFortran.cxx b/Source/cmDependsFortran.cxx
index fd6b968..7d980fe 100644
--- a/Source/cmDependsFortran.cxx
+++ b/Source/cmDependsFortran.cxx
@@ -222,7 +222,8 @@ bool cmDependsFortran::WriteDependencies(const char *src, const char *obj,
makeDepends << "\t$(CMAKE_COMMAND) -E cmake_copy_f90_mod "
<< i->c_str() << " " << m.c_str() << ".mod.stamp\n";
}
- makeDepends << "\t$(CMAKE_COMMAND) -E touch " << obj << ".provides.build\n";
+ makeDepends << "\t$(CMAKE_COMMAND) -E touch " << obj
+ << ".provides.build\n";
}
/*