Xcode: Remove trailing semicolon

This commit is contained in:
Stephen Kelly 2015-10-22 00:49:54 +02:00
parent d288b216af
commit 803f190178
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public:
}
static void Indent(int level, std::ostream& out);
void Print(std::ostream& out);
virtual void PrintComment(std::ostream&) {};
virtual void PrintComment(std::ostream&) {}
static void PrintList(std::vector<cmXCodeObject*> const&,
std::ostream& out);