summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2006-05-12 16:29:09 (GMT)
committerKen Martin <ken.martin@kitware.com>2006-05-12 16:29:09 (GMT)
commit47c7108111a7fdd0b5df8d3e2561aa8d544bae34 (patch)
tree6f12d2c07ffb05a5f3e18be0dd8718f1114e1e32 /Source/cmMakefile.h
parent7dc8a92246ced17f9f3cf6161f2ef07bdda51014 (diff)
downloadCMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.zip
CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.gz
CMake-47c7108111a7fdd0b5df8d3e2561aa8d544bae34.tar.bz2
STYLE: fix line length
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 4c3888d..172ab7a 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -566,7 +566,8 @@ public:
* Remove any remaining variables in the string. Anything with ${var} or
* @var@ will be removed.
*/
- void RemoveVariablesInString(std::string& source, bool atOnly = false) const;
+ void RemoveVariablesInString(std::string& source,
+ bool atOnly = false) const;
/**
* Expand variables in the makefiles ivars such as link directories etc
@@ -612,7 +613,8 @@ public:
*/
void AddCommand(cmCommand* );
- ///! Enable support for named language, if nil then all languages are enabled.
+ ///! Enable support for named language, if nil then all languages are
+ ///enabled.
void EnableLanguage(std::vector<std::string>const& languages);
/**