mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: autopep8
Bug: 1468273 Reviewed-by: ted MozReview-Commit-ID: 8j8EU3E08GP
This commit is contained in:
parent
b539ae7fe5
commit
498592ff61
4 changed files with 12 additions and 7 deletions
|
@ -21,7 +21,7 @@ PRELUDE = """
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* Autogenerated file created by components/style/gecko/binding_tools/regen_atoms.py, DO NOT EDIT DIRECTLY */
|
||||
"""[1:]
|
||||
"""[1:] # NOQA: E501
|
||||
|
||||
|
||||
def gnu_symbolify(source, ident):
|
||||
|
@ -57,7 +57,7 @@ class CSSPseudoElementsAtomSource:
|
|||
|
||||
|
||||
class CSSAnonBoxesAtomSource:
|
||||
PATTERN = re.compile('^(CSS_ANON_BOX|CSS_NON_INHERITING_ANON_BOX|CSS_WRAPPER_ANON_BOX)\(([^,]*),[^"]*"([^"]*)"\)',
|
||||
PATTERN = re.compile('^(CSS_ANON_BOX|CSS_NON_INHERITING_ANON_BOX|CSS_WRAPPER_ANON_BOX)\(([^,]*),[^"]*"([^"]*)"\)', # NOQA: E501
|
||||
re.MULTILINE)
|
||||
FILE = "include/nsCSSAnonBoxList.h"
|
||||
CLASS = "nsCSSAnonBoxes"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue