[PATCH] D109408: [libcxxabi] NFC: fix incorrect indentation of braces
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 7 18:52:15 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
FWIW, I dislike that we don't indent stuff at all inside namespaces -- often I find it useful to indent things inside short-lived namespaces. But let's go for simplicity and consistency.
Did you look into clang-formatting other files in libc++abi? What would the diff look like?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109408/new/
https://reviews.llvm.org/D109408
More information about the cfe-commits
mailing list