[libcxx-commits] [libcxx] e83ad81 - [NFC][libc++][TZDB] Fixes formatting.
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Feb 20 08:49:26 PST 2025
Author: Mark de Wever
Date: 2025-02-20T17:47:34+01:00
New Revision: e83ad816992838781c70d0af895100a5c78268d1
URL: https://github.com/llvm/llvm-project/commit/e83ad816992838781c70d0af895100a5c78268d1
DIFF: https://github.com/llvm/llvm-project/commit/e83ad816992838781c70d0af895100a5c78268d1.diff
LOG: [NFC][libc++][TZDB] Fixes formatting.
This was broken by #127339
Added:
Modified:
libcxx/src/experimental/tzdb.cpp
Removed:
################################################################################
diff --git a/libcxx/src/experimental/tzdb.cpp b/libcxx/src/experimental/tzdb.cpp
index 1f18226636fd5..ac5c62bb81902 100644
--- a/libcxx/src/experimental/tzdb.cpp
+++ b/libcxx/src/experimental/tzdb.cpp
@@ -763,8 +763,9 @@ void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) {
// - The file /etc/timezone. This text file contains the name of the time
// zone.
//
- // On Linux systems it seems /etc/timezone is deprecated and being phased
- // out. This file is used when /etc/localtime does not exist, or when it exists but is not a symlink. For more information and links see
+ // On Linux systems it seems /etc/timezone is deprecated and being phased out.
+ // This file is used when /etc/localtime does not exist, or when it exists but
+ // is not a symlink. For more information and links see
// https://github.com/llvm/llvm-project/issues/105634
string __name = chrono::__current_zone_environment();
More information about the libcxx-commits
mailing list