mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-16 22:37:30 +08:00
Xcode: Remove trailing semicolon
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
|||||||
}
|
}
|
||||||
static void Indent(int level, std::ostream& out);
|
static void Indent(int level, std::ostream& out);
|
||||||
void Print(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&,
|
static void PrintList(std::vector<cmXCodeObject*> const&,
|
||||||
std::ostream& out);
|
std::ostream& out);
|
||||||
|
Reference in New Issue
Block a user