mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
style: Format recent patches.
This commit is contained in:
parent
efa54a876a
commit
175e594652
7 changed files with 10 additions and 9 deletions
|
@ -217,7 +217,9 @@ impl<T> structs::RefPtr<T> {
|
|||
where
|
||||
U: HasArcFFI<FFIType = T>,
|
||||
{
|
||||
unsafe { U::release_opt(self.mRawPtr.as_ref()); }
|
||||
unsafe {
|
||||
U::release_opt(self.mRawPtr.as_ref());
|
||||
}
|
||||
self.set_arc_leaky(other);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue