mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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
|
@ -525,7 +525,7 @@ impl XMLHttpRequestMethods for XMLHttpRequest {
|
|||
// Step 7
|
||||
self.upload_complete.set(match extracted {
|
||||
None => true,
|
||||
Some (ref e) if e.0.is_empty() => true,
|
||||
Some(ref e) if e.0.is_empty() => true,
|
||||
_ => false
|
||||
});
|
||||
// Step 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue