diff options
| author | Ilya Biryukov <ibiryukov@google.com> | 2018-05-30 12:41:19 +0000 |
|---|---|---|
| committer | Ilya Biryukov <ibiryukov@google.com> | 2018-05-30 12:41:19 +0000 |
| commit | 8573defa2d5439aeefa6cf5edab800ca9a18bf36 (patch) | |
| tree | dd651027d6a91404a7f520158f2d1b26d006cbe2 /clang-tools-extra/clangd/Quality.h | |
| parent | f909058ad4e28c0988cefa6986be3509532d4b34 (diff) | |
| download | bcm5719-llvm-8573defa2d5439aeefa6cf5edab800ca9a18bf36.tar.gz bcm5719-llvm-8573defa2d5439aeefa6cf5edab800ca9a18bf36.zip | |
[clangd] clang-format the source code. NFC
llvm-svn: 333537
Diffstat (limited to 'clang-tools-extra/clangd/Quality.h')
| -rw-r--r-- | clang-tools-extra/clangd/Quality.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clangd/Quality.h b/clang-tools-extra/clangd/Quality.h index 1d5a580bbad..a67af4cd7b7 100644 --- a/clang-tools-extra/clangd/Quality.h +++ b/clang-tools-extra/clangd/Quality.h @@ -116,8 +116,8 @@ private: Compare Greater; }; -/// Returns a string that sorts in the same order as (-Score, Tiebreak), for LSP. -/// (The highest score compares smallest so it sorts at the top). +/// Returns a string that sorts in the same order as (-Score, Tiebreak), for +/// LSP. (The highest score compares smallest so it sorts at the top). std::string sortText(float Score, llvm::StringRef Tiebreak = ""); } // namespace clangd |

