Page MenuHomePhabricator

Remove trailing whitespaces in various files
ClosedPublic

Authored by Fabien on Apr 2 2020, 12:22.

Details

Summary

As per title. This is a required step before introducing a linter that
automates it.

Test Plan

Read the files and check there is no behavior change.

ninja
make

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
test/functional/rpc_preciousblock.py
54 ↗(On Diff #17384)

This is adding a newline. Not sure what the rule is for this one.

This revision is now accepted and ready to land.Apr 2 2020, 15:51
test/functional/rpc_preciousblock.py
54 ↗(On Diff #17384)

This is autopep8 or flake8, not related to the trailing whitespaces linter but it will fix arc lint --everything, so I'd better keep it.

This revision was automatically updated to reflect the committed changes.