Skip to content

Commit

Permalink
Argh tabs vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed Nov 5, 2018
1 parent 747122f commit 6088ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/libmlservo/src/lib.rs
Expand Up @@ -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![]);
}
Expand Down

0 comments on commit 6088ade

Please sign in to comment.