mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Make test-tidy check that braces have spaces before or after them
This commit is contained in:
parent
aee011a524
commit
64ac4f175f
10 changed files with 31 additions and 21 deletions
|
@ -183,7 +183,7 @@ impl TimerManager {
|
|||
if is_interval == IsInterval::NonInterval {
|
||||
break;
|
||||
}
|
||||
} else if id == control_handle.id() {;
|
||||
} else if id == control_handle.id() {
|
||||
match control_port.recv().unwrap() {
|
||||
TimerControlMsg::Suspend => {
|
||||
let msg = control_port.recv().unwrap();
|
||||
|
@ -194,7 +194,7 @@ impl TimerManager {
|
|||
break;
|
||||
},
|
||||
}
|
||||
},
|
||||
},
|
||||
TimerControlMsg::Resume => panic!("Nothing to resume!"),
|
||||
TimerControlMsg::Cancel => {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue