Files
bitcoin/contrib/devtools/clang-format-diff.py
TheCharlatan 52149b7a2c contrib: Fix clang-format-diff.py lint errors
We assume to be using python3, so don't check for it. This removes a
type error on the line `from io import BytesIO as StringIO`.

Specify the encoding as "utf8" when opening a file.
2024-01-17 11:10:15 +01:00

6.1 KiB
Executable File