summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Biryukov <ibiryukov@google.com>2017-10-02 15:10:41 +0000
committerIlya Biryukov <ibiryukov@google.com>2017-10-02 15:10:41 +0000
commita91eaeb9bae74d9f5f29cc03ea4a9acaab4dc694 (patch)
treed9c3f773cf00be409a88f1f100666fd33b074e3c
parent232669d6b3165bb3ef947fb18281df26a65d7088 (diff)
downloadbcm5719-llvm-a91eaeb9bae74d9f5f29cc03ea4a9acaab4dc694.tar.gz
bcm5719-llvm-a91eaeb9bae74d9f5f29cc03ea4a9acaab4dc694.zip
[clangd] Run clang-format on the source code. NFC.
llvm-svn: 314677
-rw-r--r--clang-tools-extra/clangd/ProtocolHandlers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/ProtocolHandlers.h b/clang-tools-extra/clangd/ProtocolHandlers.h
index c6fbda747b3..70796d34bf3 100644
--- a/clang-tools-extra/clangd/ProtocolHandlers.h
+++ b/clang-tools-extra/clangd/ProtocolHandlers.h
@@ -50,11 +50,11 @@ public:
virtual void onGoToDefinition(TextDocumentPositionParams Params, StringRef ID,
JSONOutput &Out) = 0;
virtual void onSwitchSourceHeader(TextDocumentIdentifier Params, StringRef ID,
- JSONOutput &Out) = 0;
+ JSONOutput &Out) = 0;
};
void registerCallbackHandlers(JSONRPCDispatcher &Dispatcher, JSONOutput &Out,
- ProtocolCallbacks &Callbacks);
+ ProtocolCallbacks &Callbacks);
} // namespace clangd
} // namespace clang
OpenPOWER on IntegriCloud