Remove trailing semicolon. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 3 Feb 2019 14:11:32 +0000 (14:11 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Sun, 3 Feb 2019 14:11:32 +0000 (14:11 +0000)
llvm-svn: 352991

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

index f28cbe5..9b0b72d 100644 (file)
@@ -44,7 +44,7 @@ private:
   const IfStmt *If = nullptr;
 };
 
-REGISTER_TWEAK(SwapIfBranches);
+REGISTER_TWEAK(SwapIfBranches)
 
 bool SwapIfBranches::prepare(const Selection &Inputs) {
   for (const SelectionTree::Node *N = Inputs.ASTSelection.commonAncestor();