Try random whitespace changes to maybe fix an issue that I can not reproduce.

This commit is contained in:
Simon Sapin 2014-05-08 15:14:55 +01:00
parent 4d80cfb404
commit 8186d4d429

View file

@ -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