mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove extra spaces in function calls and declarations
This commit is contained in:
parent
179e11ad8d
commit
66059904b7
7 changed files with 14 additions and 14 deletions
|
@ -215,7 +215,7 @@ impl TreeWalkerMethods for TreeWalker {
|
|||
}
|
||||
match node.GetFirstChild() {
|
||||
None => break,
|
||||
Some (child) => {
|
||||
Some(child) => {
|
||||
// "1. Set node to its first child."
|
||||
node = child;
|
||||
// "2. Filter node and set result to the return value."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue