Re-run clang-format on one file.
authorZachary Turner <zturner@google.com>
Mon, 10 Sep 2018 21:31:21 +0000 (21:31 +0000)
committerZachary Turner <zturner@google.com>
Mon, 10 Sep 2018 21:31:21 +0000 (21:31 +0000)
commitb789458e0cc22adf41ba7fe5f31090a5c71056e3
treefab468261262c0a10233929d349bfa0ac4fd2507
parentcae734588f2904dd6430460d10e4312faa4b550a
Re-run clang-format on one file.

clang-format was getting confused due to the presence of a macro
invocation that was not terminated by a semicolon.  Fixed this by
terminating the macro lines with semicolons and re-ran clang-format
on the file.

llvm-svn: 341864
llvm/lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp