mirror of
https://github.com/openharmony/third_party_cmake.git
synced 2026-08-26 19:06:38 -04: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