[clangd] clang-format everything. NFC
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@350303 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/clangd/URI.cpp b/clangd/URI.cpp
index 2a83862..64540c6 100644
--- a/clangd/URI.cpp
+++ b/clangd/URI.cpp
@@ -229,7 +229,7 @@
if (!sys::path::is_absolute(AbsPath))
llvm_unreachable(("Not a valid absolute path: " + AbsPath).str().c_str());
for (auto &Entry : URISchemeRegistry::entries()) {
- auto S = Entry.instantiate();
+ auto S = Entry.instantiate();
auto U = S->uriFromAbsolutePath(AbsPath);
// For some paths, conversion to different URI schemes is impossible. These
// should be just skipped.