From a58ace68ce3a0ca69d0f7e3f103eab65d7302a9a Mon Sep 17 00:00:00 2001 From: David Cole Date: Fri, 4 Feb 2011 10:38:22 -0500 Subject: Fix KWStyle line-too-long complaint (#2828) --- Source/cmake.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 215971f..8dbc952 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -484,7 +484,8 @@ bool cmake::SetCacheArgs(const std::vector& args) return true; } -void cmake::ReadListFile(const std::vector& args, const char *path) +void cmake::ReadListFile(const std::vector& args, + const char *path) { // if a generator was not yet created, temporarily create one cmGlobalGenerator *gg = this->GetGlobalGenerator(); -- cgit v0.12