diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-10-21 22:49:54 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-10-26 21:30:11 (GMT) |
commit | 803f1901784937e40717fbf6cc675eb7aacbcce1 (patch) | |
tree | 6101783e37b88a0ed268917850a495927f32d619 /Source | |
parent | d288b216af6864567354ccb05e85466fb57d46b0 (diff) | |
download | CMake-803f1901784937e40717fbf6cc675eb7aacbcce1.zip CMake-803f1901784937e40717fbf6cc675eb7aacbcce1.tar.gz CMake-803f1901784937e40717fbf6cc675eb7aacbcce1.tar.bz2 |
Xcode: Remove trailing semicolon
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmXCodeObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmXCodeObject.h b/Source/cmXCodeObject.h index 0f0548b..975d94b 100644 --- a/Source/cmXCodeObject.h +++ b/Source/cmXCodeObject.h @@ -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); |