[clangd] Remove the extra ";", NFC
authorHaojian Wu <hokein@google.com>
Tue, 18 Jun 2019 13:52:00 +0000 (13:52 +0000)
committerHaojian Wu <hokein@google.com>
Tue, 18 Jun 2019 13:52:00 +0000 (13:52 +0000)
llvm-svn: 363681

clang-tools-extra/clangd/refactor/tweaks/DumpAST.cpp

index e46ad38c6ba971e35274e47f0d2a92d46506e100..4bba9cec9d5dc0a67c2b300ad1be70b041203e07 100644 (file)
@@ -94,7 +94,7 @@ public:
   Intent intent() const override { return Info; }
   bool hidden() const override { return true; }
 };
-REGISTER_TWEAK(ShowSelectionTree);
+REGISTER_TWEAK(ShowSelectionTree)
 
 /// Shows the layout of the RecordDecl under the cursor.
 /// Input:
@@ -132,7 +132,7 @@ public:
 private:
   const RecordDecl *Record = nullptr;
 };
-REGISTER_TWEAK(DumpRecordLayout);
+REGISTER_TWEAK(DumpRecordLayout)
 
 } // namespace
 } // namespace clangd