Nico Weber
24a469f521
Everywhere: Prefer {:#x} over 0x{:x} in format strings
...
The former automatically adapts the prefix to binary and octal
output, and is what we already use in the majority of cases.
Patch generated by:
rg -l '0x\{' | xargs sed -i '' -e 's/0x{:/{:#/'
I ran it 4 times (until it stopped changing things) since each
invocation only converted one instance per line.
No behavior change.
2024-02-21 17:54:38 +01:00
..
2024-02-14 06:55:40 +01:00
2024-02-08 15:53:46 +01:00
2024-02-19 21:45:27 +01:00
2024-02-21 17:54:38 +01:00
2023-07-14 23:40:58 +02:00
2023-08-18 08:37:43 -06:00
2023-10-30 10:26:21 +00:00
2024-01-22 20:18:38 -07:00
2023-07-16 16:28:18 +01:00
2023-07-16 16:28:18 +01:00
2023-07-16 16:28:18 +01:00
2023-07-16 16:28:18 +01:00
2023-10-30 10:26:21 +00:00
2023-07-16 16:28:18 +01:00
2024-02-05 16:30:52 +01:00
2023-10-26 15:45:31 -06:00
2023-07-05 16:15:42 +01:00
2023-12-07 10:13:21 -07:00
2023-08-24 07:42:12 +01:00
2023-09-09 13:38:06 -06:00
2023-08-21 13:39:32 +03:30
2023-07-26 06:21:39 -04:00
2023-09-19 11:37:48 -06:00
2023-10-26 15:45:31 -06:00
2023-07-13 14:07:25 -06:00
2023-07-18 00:17:34 +02:00
2024-02-19 10:41:03 -05:00
2023-12-15 00:11:50 +01:00
2023-12-17 18:25:10 +03:30
2024-01-29 20:20:55 +00:00
2023-10-26 15:45:31 -06:00
2024-01-10 09:36:33 +01:00