mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove empty lines following braces.
This commit is contained in:
parent
4ebc065cba
commit
3cb8af20c2
69 changed files with 3 additions and 162 deletions
|
@ -548,7 +548,6 @@ impl<'a> CanvasPaintThread<'a> {
|
|||
offset: Point2D<f64>,
|
||||
image_data_size: Size2D<f64>,
|
||||
mut dirty_rect: Rect<f64>) {
|
||||
|
||||
if image_data_size.width <= 0.0 || image_data_size.height <= 0.0 {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue