[clang-format][NFC] Format unit tests with insert/remove braces
authorowenca <owenpiano@gmail.com>
Fri, 13 May 2022 01:03:24 +0000 (18:03 -0700)
committerowenca <owenpiano@gmail.com>
Fri, 13 May 2022 23:16:20 +0000 (16:16 -0700)
commit2601355dc9822f8e04ad73212ed62e601e4f0368
tree267e9adeef96e09e7e8f2439d405ed262ec0dc46
parent2740c1875d1c6d6b78baf4f8215e36362ca0e98c
[clang-format][NFC] Format unit tests with insert/remove braces

This patch is the result of running clang-format version 753fe33 in
clang/unittests/Format/:
clang-format -style="{InsertBraces: true, RemoveBracesLLVM: true}" -i *.cpp *.h

Differential Revision: https://reviews.llvm.org/D125510
clang/unittests/Format/FormatTestUtils.h
clang/unittests/Format/TokenAnnotatorTest.cpp