From 4dc224e99a53e0ffe870ee3a8564ae4ab26933d5 Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 13 Oct 2009 13:35:24 -0400 Subject: fix line length Alex --- Source/cmExtraCodeBlocksGenerator.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmExtraCodeBlocksGenerator.cxx b/Source/cmExtraCodeBlocksGenerator.cxx index e3d29fb..3bf8976 100644 --- a/Source/cmExtraCodeBlocksGenerator.cxx +++ b/Source/cmExtraCodeBlocksGenerator.cxx @@ -270,7 +270,8 @@ void cmExtraCodeBlocksGenerator jt != it->second.end(); ++jt) { - const std::vector & files = (*jt)->GetMakefile()->GetListFiles(); + const std::vector & files = + (*jt)->GetMakefile()->GetListFiles(); listFiles.insert(listFiles.end(), files.begin(), files.end()); } -- cgit v0.12