This is an archive of the discontinued LLVM Phabricator instance.

Fix whitespaces flake8 errors and warnings
ClosedPublic

Authored by thopre on Jan 14 2021, 1:54 PM.

Details

Summary
  • fix E302 errors (2 blank lines before class/functions)
  • fix E305 errors (2 blank lines after class/functions)
  • fix W293 warnings (blank line contains whitespace)

Event Timeline

thopre created this revision.Jan 14 2021, 1:54 PM
thopre requested review of this revision.Jan 14 2021, 1:54 PM
cmatthews accepted this revision.Jan 14 2021, 2:02 PM
This revision is now accepted and ready to land.Jan 14 2021, 2:02 PM
thopre closed this revision.Jan 14 2021, 2:07 PM