rust-bitcoin-unsafe-fast/src
Tobin Harding 1c502399f1 Remove trailing whitespace
Remove trailing whitespace from all rust source files.

Done with:

find . -name *.rs | xargs perl -pli -e "s/\s*$//"
2022-03-14 13:40:44 +11:00
..
blockdata Make Script::witness_version public 2022-03-13 14:40:03 +01:00
consensus Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
network Remove trailing whitespace 2022-03-14 13:40:44 +11:00
util Remove trailing whitespace 2022-03-14 13:40:44 +11:00
hash_types.rs Order impl_hashencode lines 2022-03-09 13:18:48 +11:00
internal_macros.rs Put rustdocs above attributes 2022-01-06 13:04:47 +11:00
lib.rs Re-export public map types from root level 2022-01-18 12:56:47 +11:00
policy.rs Flatten the policy module 2022-03-09 10:20:18 +11:00
serde_utils.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00
test_macros.rs Clean up module level rustdocs 2021-11-06 10:59:53 +11:00