style: autopep8

Bug: 1468273
Reviewed-by: ted
MozReview-Commit-ID: 8j8EU3E08GP
This commit is contained in:
Sylvestre Ledru 2018-06-10 14:13:44 +02:00 committed by Emilio Cobos Álvarez
parent b539ae7fe5
commit 498592ff61
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 12 additions and 7 deletions

View file

@ -28,5 +28,6 @@ predefined! {
f.write(' "%s",\n' % name)
f.write('}\n')
if __name__ == "__main__":
main(os.path.join(os.path.dirname(__file__), "predefined.rs"))