mirror of
https://github.com/servo/servo.git
synced 2025-07-05 14:33:38 +01:00
style: Minor indentation cleanup.
MozReview-Commit-ID: JmilaCX3rNy
This commit is contained in:
parent
618eef77eb
commit
0f1b79327f
1 changed files with 4 additions and 2 deletions
|
@ -809,8 +809,10 @@
|
||||||
use values::generics::rect::Rect;
|
use values::generics::rect::Rect;
|
||||||
use values::specified;
|
use values::specified;
|
||||||
|
|
||||||
pub fn parse_value<'i, 't>(context: &ParserContext, input: &mut Parser<'i, 't>)
|
pub fn parse_value<'i, 't>(
|
||||||
-> Result<Longhands, ParseError<'i>> {
|
context: &ParserContext,
|
||||||
|
input: &mut Parser<'i, 't>,
|
||||||
|
) -> Result<Longhands, ParseError<'i>> {
|
||||||
let rect = Rect::parse_with(context, input, |_c, i| {
|
let rect = Rect::parse_with(context, input, |_c, i| {
|
||||||
% if allow_quirks:
|
% if allow_quirks:
|
||||||
${parser_function}_quirky(_c, i, specified::AllowQuirks::Yes)
|
${parser_function}_quirky(_c, i, specified::AllowQuirks::Yes)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue