[clangd] Fix the inconsistent code indent in vscode extension, NFC.

llvm-svn: 357078
This commit is contained in:
Haojian Wu 2019-03-27 15:50:33 +00:00
parent 6c56edfe42
commit 55beb2f549
1 changed files with 21 additions and 21 deletions

View File

@ -102,7 +102,7 @@ export function activate(context: vscode.ExtensionContext) {
revealOutputChannelOn: vscodelc.RevealOutputChannelOn.Never
};
const clangdClient = new vscodelc.LanguageClient('Clang Language Server', serverOptions, clientOptions);
const clangdClient = new vscodelc.LanguageClient('Clang Language Server',serverOptions, clientOptions);
console.log('Clang Language Server is now active!');
context.subscriptions.push(clangdClient.start());
context.subscriptions.push(vscode.commands.registerCommand(