(no bug) Fix a few whitespace issues in nsFlexContainerFrame.*

DONTBUILD because whitespace-only
This commit is contained in:
Daniel Holbert 2013-11-12 18:50:39 -08:00
Родитель 43b38131ae
Коммит d4339bef4e
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -809,7 +809,7 @@ nsFlexContainerFrame::
// get from reflowing into our available width.
// Note: This has to come *after* we construct the FlexItem, since we
// invoke at least one convenience method (ResolveStretchedCrossSize) which
// requires a FlexItem.
// requires a FlexItem.
// Give the item a special reflow with "mIsFlexContainerMeasuringHeight"
// set. This tells it to behave as if it had "height: auto", regardless
@ -1943,7 +1943,7 @@ FlexboxAxisTracker::FlexboxAxisTracker(nsFlexContainerFrame* aFlexContainerFrame
} else {
mCrossAxis = blockDimension;
}
// FIXME: Once we support "flex-wrap", check if it's "wrap-reverse"
// here to determine whether we should reverse mCrossAxis.
MOZ_ASSERT(IsAxisHorizontal(mMainAxis) != IsAxisHorizontal(mCrossAxis),

Просмотреть файл

@ -121,8 +121,8 @@ protected:
SingleLineCrossAxisPositionTracker& aLineCrossAxisPosnTracker,
FlexItem& aItem);
bool mChildrenHaveBeenReordered; // Have we ever had to reorder our kids
// to satisfy their 'order' values?
bool mChildrenHaveBeenReordered; // Have we ever had to reorder our kids
// to satisfy their 'order' values?
};
#endif /* nsFlexContainerFrame_h___ */