Fixing bogus indentation that I missed (checked in old version of
patch). bug 84599 reprise, r=glazou, sr=attinasi (still). git-svn-id: svn://10.0.0.236/trunk@107871 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
36c48a1f6a
commit
0220720066
@ -135,8 +135,8 @@ inline nscoord CalcSideFor(const nsIFrame* aFrame, const nsStyleCoord& aCoord,
|
||||
(const nsStyleStruct*&)borderData);
|
||||
if (borderData) {
|
||||
nsMargin border;
|
||||
borderData->CalcBorderFor(frame, border);
|
||||
baseWidth -= (border.left + border.right);
|
||||
borderData->CalcBorderFor(frame, border);
|
||||
baseWidth -= (border.left + border.right);
|
||||
}
|
||||
// if aFrame is not absolutely positioned, subtract
|
||||
// padding of containing block
|
||||
|
||||
@ -135,8 +135,8 @@ inline nscoord CalcSideFor(const nsIFrame* aFrame, const nsStyleCoord& aCoord,
|
||||
(const nsStyleStruct*&)borderData);
|
||||
if (borderData) {
|
||||
nsMargin border;
|
||||
borderData->CalcBorderFor(frame, border);
|
||||
baseWidth -= (border.left + border.right);
|
||||
borderData->CalcBorderFor(frame, border);
|
||||
baseWidth -= (border.left + border.right);
|
||||
}
|
||||
// if aFrame is not absolutely positioned, subtract
|
||||
// padding of containing block
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user