[all-commits] [llvm/llvm-project] 6e9166: [libcxxabi] NFC: fix incorrect indentation of braces

Zhouyi Zhou via All-commits all-commits at lists.llvm.org
Sat Sep 11 11:43:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6e91666e2864eae2190ba9d2c59c7ff80ed7b836
      https://github.com/llvm/llvm-project/commit/6e91666e2864eae2190ba9d2c59c7ff80ed7b836
  Author: Zhouyi Zhou <zhouzhouyi at gmail.com>
  Date:   2021-09-11 (Sat, 11 Sep 2021)

  Changed paths:
    M libcxxabi/src/cxa_exception_storage.cpp

  Log Message:
  -----------
  [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 at 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




More information about the All-commits mailing list