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
Branch
whitespace_misc
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 10090
Build 18010: Default Diff Build & Tests
Build 18009: arc lint + arc unit

Event Timeline

jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
test/functional/rpc_preciousblock.py
54

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

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.