mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15: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
|
@ -93,13 +93,7 @@ pub(super) fn each_exported_part(
|
|||
None => return,
|
||||
};
|
||||
let mut length = 0;
|
||||
let atoms = unsafe {
|
||||
bindings::Gecko_Element_ExportedParts(
|
||||
attr,
|
||||
name.as_ptr(),
|
||||
&mut length,
|
||||
)
|
||||
};
|
||||
let atoms = unsafe { bindings::Gecko_Element_ExportedParts(attr, name.as_ptr(), &mut length) };
|
||||
if atoms.is_null() {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue