Skip to content

Commit e83ad81

Browse files
committed
[NFC][libc++][TZDB] Fixes formatting.
This was broken by #127339
1 parent 1e1bf79 commit e83ad81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxx/src/experimental/tzdb.cpp

+3-2
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,9 @@ void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) {
763763
// - The file /etc/timezone. This text file contains the name of the time
764764
// zone.
765765
//
766-
// On Linux systems it seems /etc/timezone is deprecated and being phased
767-
// 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
766+
// On Linux systems it seems /etc/timezone is deprecated and being phased out.
767+
// This file is used when /etc/localtime does not exist, or when it exists but
768+
// is not a symlink. For more information and links see
768769
// https://github.com/llvm/llvm-project/issues/105634
769770

770771
string __name = chrono::__current_zone_environment();

0 commit comments

Comments
 (0)