Files
abseil-cpp/absl/debugging/internal
Michael Pratt fe5a2a4414 Fix misplaced closing brace
6dda8e527f attempted to move this check from the
WITH_CONTEXT block to the main part of the function, but it mistakenly moved
the unrelated brace following the if block.

The result is that the `if (WITH_CONTEXT ...) { ... }` scope actually contains
the alignment and readable checks. When `WITH_CONTEXT` is false, those checks
never run.

PiperOrigin-RevId: 752400908
Change-Id: Ida50d613f4124bc187af1a301bd92439d07a56ee
2025-04-28 12:16:46 -07:00
..
2025-04-04 11:43:03 -07:00
2025-04-04 11:43:03 -07:00
2024-10-23 13:23:56 -07:00
2023-02-16 12:34:51 -05:00