layout: Reformat some long lines and fix some whitespace issues.

This commit is contained in:
Patrick Walton 2015-09-15 16:34:17 -07:00
parent af8fcdf073
commit 757e2cf4e5
4 changed files with 52 additions and 25 deletions

View file

@ -1024,6 +1024,7 @@ impl FragmentDisplayListBuilding for Fragment {
&clip);
}
}
if !self.is_scanned_text_fragment() {
self.build_display_list_for_box_shadow_if_applicable(&*self.style,
display_list,
@ -2107,3 +2108,4 @@ pub enum StackingContextCreationMode {
OuterScrollWrapper,
InnerScrollWrapper,
}