[all-commits] [llvm/llvm-project] 79abf8: [libc][obvious] fix formatting mistake

michaelrj-google via All-commits all-commits at lists.llvm.org
Wed Dec 22 11:40:21 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 79abf89303757cbd5a273525a4b922b3fefd2a88
      https://github.com/llvm/llvm-project/commit/79abf89303757cbd5a273525a4b922b3fefd2a88
  Author: Michael Jones <michaelrj at google.com>
  Date:   2021-12-22 (Wed, 22 Dec 2021)

  Changed paths:
    M libc/benchmarks/LibcBenchmarkTest.cpp
    M libc/test/src/signal/sigprocmask_test.cpp

  Log Message:
  -----------
  [libc][obvious] fix formatting mistake

I missed two instances of "SetUp" being replaced by "set_up" and
"TearDown" being replaced by "tear_down" when finalizing the formatting
change. This fixes that.

Differential Revision: https://reviews.llvm.org/D116178




More information about the All-commits mailing list