summaryrefslogtreecommitdiff
path: root/Source/cmMakefileLibraryTargetGenerator.h
diff options
context:
space:
mode:
authorNicolas Despres <nicolas.despres@gmail.com>2012-07-07 19:57:40 +0200
committerPeter Kümmel <syntheticpp@gmx.net>2012-07-17 14:03:06 +0200
commit3ba74ad9d586816f7c60cc6f527148edf982871c (patch)
tree978902b0690f613ae3cd6304a5f503eb41c1ea4a /Source/cmMakefileLibraryTargetGenerator.h
parentaff0029ee3d6be52f9fefc00c2ca416459a38b32 (diff)
downloadcmake-3ba74ad9d586816f7c60cc6f527148edf982871c.tar.gz
Remove trailing white-spaces.
Diffstat (limited to 'Source/cmMakefileLibraryTargetGenerator.h')
-rw-r--r--Source/cmMakefileLibraryTargetGenerator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmMakefileLibraryTargetGenerator.h b/Source/cmMakefileLibraryTargetGenerator.h
index e6a5867eae..ed79bd88b2 100644
--- a/Source/cmMakefileLibraryTargetGenerator.h
+++ b/Source/cmMakefileLibraryTargetGenerator.h
@@ -14,7 +14,7 @@
#include "cmMakefileTargetGenerator.h"
-class cmMakefileLibraryTargetGenerator:
+class cmMakefileLibraryTargetGenerator:
public cmMakefileTargetGenerator
{
public:
@@ -22,8 +22,8 @@ public:
/* the main entry point for this class. Writes the Makefiles associated
with this target */
- virtual void WriteRuleFiles();
-
+ virtual void WriteRuleFiles();
+
protected:
void WriteObjectLibraryRules();
void WriteStaticLibraryRules();