Remove trailing white-spaces.

This commit is contained in:
Nicolas Despres
2012-07-07 19:57:40 +02:00
committed by Peter Kümmel
parent aff0029ee3
commit 3ba74ad9d5
5 changed files with 21 additions and 21 deletions

View File

@@ -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);