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
..
2023-06-19 23:49:00 +02:00
2023-11-30 13:13:54 -07:00
2023-10-03 16:08:29 -06:00
2023-01-27 11:41:43 +01:00
2022-05-12 23:14:05 +02:00
2022-05-12 23:14:05 +02:00
2023-01-27 11:41:43 +01:00
2023-02-15 23:33:25 +01:00
2023-06-04 21:32:34 +02:00
2022-10-15 06:01:45 +00:00
2023-06-04 21:32:34 +02:00
2023-10-03 16:08:29 -06:00
2023-10-03 16:08:29 -06:00
2022-10-26 20:01:45 +02:00
2022-10-26 20:01:45 +02:00
2024-02-21 17:54:38 +01:00
2022-08-20 17:15:52 +02:00
2023-06-06 00:40:32 +02:00
2023-09-30 16:58:15 +02:00
2023-02-17 11:29:33 -07:00
2023-02-17 11:29:33 -07:00
2023-04-06 21:19:58 +03:00
2023-06-04 21:32:34 +02:00
2023-06-04 21:32:34 +02:00
2024-02-11 18:53:00 +01:00
2023-06-04 21:32:34 +02:00
2023-06-27 20:04:42 +02:00
2023-01-27 11:41:43 +01:00
2023-10-03 16:08:29 -06:00
2023-10-03 16:08:29 -06:00
2023-07-05 08:17:51 +01:00
2024-02-11 18:53:00 +01:00
2023-06-04 21:32:34 +02:00
2022-03-17 00:51:36 -07:00
2023-06-04 21:32:34 +02:00
2024-02-11 18:53:00 +01:00
2023-05-15 17:16:06 -06:00