Skip to content

Commit

Permalink
(no bug) Tweak some source files in layout to have correct number of …
Browse files Browse the repository at this point in the history
…newline characters at the end (exactly 1). (no review, whitespace-only, DONTBUILD)

MozReview-Commit-ID: 1hEEkCMy0pL
  • Loading branch information
dholbert committed Feb 22, 2017
1 parent 9fcf5f6 commit 2bf2cfc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion layout/base/MobileViewportManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ class MobileViewportManager final : public nsIDOMEventListener
};

#endif

1 change: 0 additions & 1 deletion layout/base/ZoomConstraintsClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ class ZoomConstraintsClient final : public nsIDOMEventListener,
};

#endif

2 changes: 1 addition & 1 deletion layout/style/GenericSpecifiedValuesInlines.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ GenericSpecifiedValues::SetTextDecorationColorOverride()

} // namespace mozilla

#endif // mozilla_GenericSpecifiedValuesInlines_h
#endif // mozilla_GenericSpecifiedValuesInlines_h
2 changes: 1 addition & 1 deletion layout/svg/nsSVGUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1874,4 +1874,4 @@ nsSVGUtils::GetCSSPxToDevPxMatrix(nsIFrame* aNonSVGFrame)
return gfxMatrix(devPxPerCSSPx, 0.0,
0.0, devPxPerCSSPx,
0.0, 0.0);
}
}

0 comments on commit 2bf2cfc

Please sign in to comment.