mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Try random whitespace changes to maybe fix an issue that I can not reproduce.
This commit is contained in:
parent
4d80cfb404
commit
8186d4d429
1 changed files with 4 additions and 3 deletions
|
@ -1523,9 +1523,10 @@ impl PropertyDeclaration {
|
||||||
if !seen.get_${sub_property.ident}() {
|
if !seen.get_${sub_property.ident}() {
|
||||||
seen.set_${sub_property.ident}();
|
seen.set_${sub_property.ident}();
|
||||||
result_list.push(${sub_property.ident}_declaration(
|
result_list.push(${sub_property.ident}_declaration(
|
||||||
CSSWideKeyword(${
|
CSSWideKeyword(
|
||||||
"Inherit" if sub_property.style_struct.inherited else "Initial"
|
${"Inherit" if sub_property.style_struct.inherited else "Initial"}
|
||||||
})));
|
)
|
||||||
|
));
|
||||||
}
|
}
|
||||||
% endfor
|
% endfor
|
||||||
ValidOrIgnoredDeclaration
|
ValidOrIgnoredDeclaration
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue