summaryrefslogtreecommitdiff
path: root/Source/cmGlobalMSYSMakefileGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-10 13:54:57 -0500
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-10 13:54:57 -0500
commit89e5fc63fec560bec27d8517cc74ec41232736a0 (patch)
treee4b19753c7602a1224853ba1656f88ce53fb37fc /Source/cmGlobalMSYSMakefileGenerator.h
parent509e383aacb65a501b20ce9a5520a31daff152e3 (diff)
downloadcmake-89e5fc63fec560bec27d8517cc74ec41232736a0.tar.gz
STYLE: fix line lengths
Diffstat (limited to 'Source/cmGlobalMSYSMakefileGenerator.h')
-rw-r--r--Source/cmGlobalMSYSMakefileGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmGlobalMSYSMakefileGenerator.h b/Source/cmGlobalMSYSMakefileGenerator.h
index ba56d848bd..80986b1d86 100644
--- a/Source/cmGlobalMSYSMakefileGenerator.h
+++ b/Source/cmGlobalMSYSMakefileGenerator.h
@@ -44,7 +44,8 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
- virtual void EnableLanguage(std::vector<std::string>const& languages, cmMakefile *);
+ virtual void EnableLanguage(std::vector<std::string>const& languages,
+ cmMakefile *);
private:
std::string FindMinGW(std::string const& makeloc);