mirror of
https://github.com/reactos/CMake.git
synced 2025-01-26 13:57:07 +00:00
Xcode: Remove trailing semicolon
This commit is contained in:
parent
d288b216af
commit
803f190178
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user