mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
style: Reformat recent changes.
This commit is contained in:
parent
7c96aed31d
commit
f76acc84c6
30 changed files with 330 additions and 191 deletions
|
@ -318,7 +318,9 @@ impl Device {
|
|||
let mut right = 0.0;
|
||||
let mut bottom = 0.0;
|
||||
let mut left = 0.0;
|
||||
unsafe { bindings::Gecko_GetSafeAreaInsets(pc, &mut top, &mut right, &mut bottom, &mut left) };
|
||||
unsafe {
|
||||
bindings::Gecko_GetSafeAreaInsets(pc, &mut top, &mut right, &mut bottom, &mut left)
|
||||
};
|
||||
SideOffsets2D::new(top, right, bottom, left)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue