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

MozReview-Commit-ID: 1hEEkCMy0pL
This commit is contained in:
Daniel Holbert 2017-02-22 08:58:50 -08:00
parent 9fcf5f626a
commit 2bf2cfcd23
4 changed files with 2 additions and 4 deletions

View File

@ -95,4 +95,3 @@ private:
};
#endif

View File

@ -44,4 +44,3 @@ private:
};
#endif

View File

@ -160,4 +160,4 @@ GenericSpecifiedValues::SetTextDecorationColorOverride()
} // namespace mozilla
#endif // mozilla_GenericSpecifiedValuesInlines_h
#endif // mozilla_GenericSpecifiedValuesInlines_h

View File

@ -1874,4 +1874,4 @@ nsSVGUtils::GetCSSPxToDevPxMatrix(nsIFrame* aNonSVGFrame)
return gfxMatrix(devPxPerCSSPx, 0.0,
0.0, devPxPerCSSPx,
0.0, 0.0);
}
}