[clangd] Minor code style cleanups in Protocol.h. NFC
authorIlya Biryukov <ibiryukov@google.com>
Fri, 3 May 2019 08:03:21 +0000 (08:03 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Fri, 3 May 2019 08:03:21 +0000 (08:03 +0000)
commitd020f270d617fe37a8926e820adb1b2a951417be
tree00851424e91a4aa6efc145c04c0b277c869e33fb
parentb1f39102838363054361df630dafcc00d3348395
[clangd] Minor code style cleanups in Protocol.h. NFC

- Remove a parameter name that was misspelled (OS used for non-stream
  parameter)
- Declare operator == (TextEdit, TextEdit) outside the struct, for
  consistency with other user-declared ops in our code.
- Fix naming style of a parameter.

llvm-svn: 359866
clang-tools-extra/clangd/Protocol.h