Remove stray semi-colon, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Jun 2015 17:22:00 +0000 (17:22 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 5 Jun 2015 17:22:00 +0000 (17:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239165 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCMachObjectWriter.h

index 8863ce92b3cc3bee75e80c7f2d97ea9c93f13179..175d73e72c1056791c396f0f44958bb4ddc4fb6d 100644 (file)
@@ -43,7 +43,7 @@ public:
   /// \name Lifetime Management
   /// @{
 
-  virtual void reset(){};
+  virtual void reset() {}
 
   /// @}