mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-15 03:48:02 +08:00
Xcode: Remove trailing semicolon
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user