[libcxxabi] NFC: fix incorrect indentation of braces
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Sat, 11 Sep 2021 18:39:24 +0000 (13:39 -0500)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Sat, 11 Sep 2021 18:43:12 +0000 (13:43 -0500)
commit6e91666e2864eae2190ba9d2c59c7ff80ed7b836
tree90f7f66261ff192a161f74acf4ab8c92ff5a9a41
parent26b653dae493fa845f921b6cc5d76e9267ab617a
[libcxxabi] NFC: fix incorrect indentation of braces

Some functions in cxa_exception_storage.cpp have incorrect indentation
of braces; fix them.
Original patch by Zhouyi Zhou <zhouzhouyi@gmail.com>

Also, remove a line of commented-out (and no-longer-possible-to-compile)
code. That thread-safe-static initialization of `init` was replaced
with the call to pthread_once directly above it, back in 2012.

Differential Revision: https://reviews.llvm.org/D109408
libcxxabi/src/cxa_exception_storage.cpp