[clang-format] NFC clang-format the clang-format unit tests
authorPaul Hoad <mydeveloperday@gmail.com>
Tue, 24 Sep 2019 06:35:37 +0000 (06:35 +0000)
committerPaul Hoad <mydeveloperday@gmail.com>
Tue, 24 Sep 2019 06:35:37 +0000 (06:35 +0000)
commitbce849e350992046cce2704038531e9bad9cf1c3
tree5cf9f5dee716ba3a0c98ed1654fc2bde2a295892
parent3135a01da825eb256ecb9c673a875e084fae61f7
[clang-format] NFC clang-format the clang-format unit tests

Summary:
It is annoying that the clang-format tests aren't themselves clang-formatted, if you use a format on save option in VS or vim this file gets massively changed then you have to `git difftool` all the other changes back out, which is risky.

I know people don't like mass clang-format changes but sometimes it becomes unmanageable to not. There are no other changes here other than just the reformat.

clang-format tests all pass.

```
[==========] 691 tests from 21 test cases ran. (55990 ms total)
[  PASSED  ] 691 tests.
```

Reviewers: klimek, owenpan, timwoj

Reviewed By: owenpan

Subscribers: cfe-commits

Tags: #clang-tools-extra, #clang

Differential Revision: https://reviews.llvm.org/D67888

llvm-svn: 372689
clang/unittests/Format/FormatTest.cpp