diff options
author | Nicolas Despres <nicolas.despres@gmail.com> | 2012-07-07 17:57:40 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-07-17 12:03:06 (GMT) |
commit | 3ba74ad9d586816f7c60cc6f527148edf982871c (patch) | |
tree | 978902b0690f613ae3cd6304a5f503eb41c1ea4a /Source/cmMakefileExecutableTargetGenerator.h | |
parent | aff0029ee3d6be52f9fefc00c2ca416459a38b32 (diff) | |
download | CMake-3ba74ad9d586816f7c60cc6f527148edf982871c.zip CMake-3ba74ad9d586816f7c60cc6f527148edf982871c.tar.gz CMake-3ba74ad9d586816f7c60cc6f527148edf982871c.tar.bz2 |
Remove trailing white-spaces.
Diffstat (limited to 'Source/cmMakefileExecutableTargetGenerator.h')
-rw-r--r-- | Source/cmMakefileExecutableTargetGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefileExecutableTargetGenerator.h b/Source/cmMakefileExecutableTargetGenerator.h index 985f207..a9712ca 100644 --- a/Source/cmMakefileExecutableTargetGenerator.h +++ b/Source/cmMakefileExecutableTargetGenerator.h @@ -22,7 +22,7 @@ public: /* the main entry point for this class. Writes the Makefiles associated with this target */ virtual void WriteRuleFiles(); - + protected: virtual void WriteExecutableRule(bool relink); void CreateAppBundle(std::string& targetName, std::string& outpath); |