mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
style: Minor indentation cleanup.
MozReview-Commit-ID: 7MAVnsjXx63
This commit is contained in:
parent
ba5be8d0eb
commit
7230102eba
1 changed files with 1 additions and 2 deletions
|
@ -118,8 +118,7 @@ impl Device {
|
||||||
|
|
||||||
/// Set the font size of the root element (for rem)
|
/// Set the font size of the root element (for rem)
|
||||||
pub fn set_root_font_size(&self, size: Au) {
|
pub fn set_root_font_size(&self, size: Au) {
|
||||||
self.root_font_size
|
self.root_font_size.store(size.0 as isize, Ordering::Relaxed)
|
||||||
.store(size.0 as isize, Ordering::Relaxed)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Sets the body text color for the "inherit color from body" quirk.
|
/// Sets the body text color for the "inherit color from body" quirk.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue