mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
style: Consistently indent stuff, add a bit of documentation driving by.
This commit is contained in:
parent
b023791af5
commit
277ef70d39
14 changed files with 435 additions and 296 deletions
|
@ -405,9 +405,10 @@ pub fn append_serialization<'a, W, I, N>(dest: &mut W,
|
|||
importance: Importance,
|
||||
is_first_serialization: &mut bool)
|
||||
-> fmt::Result
|
||||
where W: fmt::Write,
|
||||
I: Iterator<Item=&'a PropertyDeclaration>,
|
||||
N: ToCss {
|
||||
where W: fmt::Write,
|
||||
I: Iterator<Item=&'a PropertyDeclaration>,
|
||||
N: ToCss
|
||||
{
|
||||
try!(handle_first_serialization(dest, is_first_serialization));
|
||||
|
||||
// Overflow does not behave like a normal shorthand. When overflow-x and overflow-y are not of equal
|
||||
|
@ -525,4 +526,3 @@ pub fn parse_property_declaration_list(context: &ParserContext, input: &mut Pars
|
|||
super::deduplicate_property_declarations(&mut block);
|
||||
block
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue