Argh tabs vs spaces

This commit is contained in:
Alan Jeffrey 2018-11-05 10:00:08 -06:00
parent 747122fb63
commit 6088ade746

View file

@ -241,9 +241,9 @@ pub unsafe extern "C" fn discard_servo(servo: *mut ServoInstance) {
} }
} }
if Instant::now() > finish { if Instant::now() > finish {
warn!("Incomplete shutdown."); warn!("Incomplete shutdown.");
break 'outer; break 'outer;
} }
thread::sleep(SHUTDOWN_POLL_INTERVAL); thread::sleep(SHUTDOWN_POLL_INTERVAL);
servo.servo.handle_events(vec![]); servo.servo.handle_events(vec![]);
} }