]> granicus.if.org Git - clang/commit
[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)
commit7de95d3adfa5d8a7dc28ec47e2dc17f288bf4e6c
treef9baf107b2c37759097060f875893c5e3bd1098f
parent7b73f59d6dff3041c6d9cf02d20707c6463b4bb9
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@372689 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Format/FormatTest.cpp