From cffa80b913305c7ff6d6464e7efda23bb48bfa91 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 20 Jun 2023 10:53:00 -0700 Subject: absl: reformat Mutex-related files Reformat Mutex-related files so that incremental formatting changes don't distract during review of logical changes. These files are subtle and any unnecessary diffs make reviews harder. No changes besides running clang-format. PiperOrigin-RevId: 541981737 Change-Id: I41cccb7a97158c78d17adaff6fe553c2c9c2b9ed --- absl/synchronization/internal/create_thread_identity.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'absl/synchronization/internal') diff --git a/absl/synchronization/internal/create_thread_identity.cc b/absl/synchronization/internal/create_thread_identity.cc index f1ddbbb9..eacaa28d 100644 --- a/absl/synchronization/internal/create_thread_identity.cc +++ b/absl/synchronization/internal/create_thread_identity.cc @@ -13,6 +13,7 @@ // limitations under the License. #include + #include // This file is a no-op if the required LowLevelAlloc support is missing. -- cgit v1.2.3