forked from OSchip/llvm-project
[clangd] Run clang-format on the source code. NFC.
llvm-svn: 314677
This commit is contained in:
parent
232669d6b3
commit
a91eaeb9ba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue