[clangd] Run clang-format on the source code. NFC.

llvm-svn: 314677
This commit is contained in:
Ilya Biryukov 2017-10-02 15:10:41 +00:00
parent 232669d6b3
commit a91eaeb9ba
1 changed files with 2 additions and 2 deletions

View File

@ -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