mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Argh tabs vs spaces
This commit is contained in:
parent
747122fb63
commit
6088ade746
1 changed files with 2 additions and 2 deletions
|
@ -241,9 +241,9 @@ pub unsafe extern "C" fn discard_servo(servo: *mut ServoInstance) {
|
|||
}
|
||||
}
|
||||
if Instant::now() > finish {
|
||||
warn!("Incomplete shutdown.");
|
||||
warn!("Incomplete shutdown.");
|
||||
break 'outer;
|
||||
}
|
||||
}
|
||||
thread::sleep(SHUTDOWN_POLL_INTERVAL);
|
||||
servo.servo.handle_events(vec![]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue