mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #19176 - emilio:indentation-fixup, r=emilio
layout: Fixup indentation of ThreadSafeLayoutNodeHelpers::flags. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19176) <!-- Reviewable:end -->
This commit is contained in:
commit
26ff6111ff
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ pub trait ThreadSafeLayoutNodeHelpers {
|
||||||
|
|
||||||
impl<T: ThreadSafeLayoutNode> ThreadSafeLayoutNodeHelpers for T {
|
impl<T: ThreadSafeLayoutNode> ThreadSafeLayoutNodeHelpers for T {
|
||||||
fn flags(self) -> LayoutDataFlags {
|
fn flags(self) -> LayoutDataFlags {
|
||||||
self.borrow_layout_data().as_ref().unwrap().flags
|
self.borrow_layout_data().as_ref().unwrap().flags
|
||||||
}
|
}
|
||||||
|
|
||||||
fn insert_flags(self, new_flags: LayoutDataFlags) {
|
fn insert_flags(self, new_flags: LayoutDataFlags) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue