style: ensure that all packages pass spack style -a

- fix trailing whitespace and other issues uncovered by better flake8
  checking.

- fix extra whitespace printed by `spack style` command
This commit is contained in:
Todd Gamblin
2020-12-23 15:15:41 -08:00
parent 0bb18d8a38
commit 1571d6240b
31 changed files with 122 additions and 114 deletions

View File

@@ -56,7 +56,7 @@ class Aocc(Package):
@run_before('install')
def abort_without_license_agreed(self):
license_url = 'http://developer.amd.com/wordpress/media/files/AOCC_EULA.pdf'
license_url = 'http://developer.amd.com/wordpress/media/files/AOCC_EULA.pdf'
install_example = "spack install aocc +license-agreed"
if not self.spec.variants['license-agreed'].value:
raise InstallError("\n\n\nNOTE:\nUse +license-agreed " +