summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd/ProtocolHandlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clangd/ProtocolHandlers.h')
-rw-r--r--clang-tools-extra/clangd/ProtocolHandlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/ProtocolHandlers.h b/clang-tools-extra/clangd/ProtocolHandlers.h
index 0ee0383a4d2..2341ebfb307 100644
--- a/clang-tools-extra/clangd/ProtocolHandlers.h
+++ b/clang-tools-extra/clangd/ProtocolHandlers.h
@@ -47,7 +47,7 @@ public:
virtual void onCompletion(TextDocumentPositionParams Params, StringRef ID,
JSONOutput &Out) = 0;
virtual void onGoToDefinition(TextDocumentPositionParams Params, StringRef ID,
- JSONOutput &Out) = 0;
+ JSONOutput &Out) = 0;
};
void regiterCallbackHandlers(JSONRPCDispatcher &Dispatcher, JSONOutput &Out,
OpenPOWER on IntegriCloud