Bug 1000957: Whitespace cleanup in nsFlexContainerFrame::Reflow. r=dholbert draft
authorEmilio Cobos Álvarez <ecoal95@gmail.com>
Tue, 09 Aug 2016 10:16:25 -0700
changeset 398752 40b121ee222da16181f0d521dd4705eeed3da86d
parent 398751 6a8652be7d95e8ea7c4d84a346e1d91cd9af3ea7
child 398753 9216189082a4e887056b460d72c978395fe46ed7
child 398759 0e2b1dc013213675ab35042b8a931f8226a3d7bc
push id25616
push userbmo:ealvarez@mozilla.com
push dateTue, 09 Aug 2016 17:28:11 +0000
reviewersdholbert
bugs1000957
milestone51.0a1
Bug 1000957: Whitespace cleanup in nsFlexContainerFrame::Reflow. r=dholbert MozReview-Commit-ID: 1kGrL6Ji0Rp
layout/generic/nsFlexContainerFrame.cpp
--- a/layout/generic/nsFlexContainerFrame.cpp
+++ b/layout/generic/nsFlexContainerFrame.cpp
@@ -3791,20 +3791,20 @@ FlexLine::PositionItemsInCrossAxis(nscoo
                            lineCrossAxisPosnTracker.GetPosition());
 
     // Back out to cross-axis edge of the line.
     lineCrossAxisPosnTracker.ResetPosition();
   }
 }
 
 void
-nsFlexContainerFrame::Reflow(nsPresContext*           aPresContext,
-                             ReflowOutput&     aDesiredSize,
+nsFlexContainerFrame::Reflow(nsPresContext* aPresContext,
+                             ReflowOutput& aDesiredSize,
                              const ReflowInput& aReflowInput,
-                             nsReflowStatus&          aStatus)
+                             nsReflowStatus& aStatus)
 {
   MarkInReflow();
   DO_GLOBAL_REFLOW_COUNT("nsFlexContainerFrame");
   DISPLAY_REFLOW(aPresContext, this, aReflowInput, aDesiredSize, aStatus);
   MOZ_LOG(gFlexContainerLog, LogLevel::Debug,
          ("Reflow() for nsFlexContainerFrame %p\n", this));
 
   if (IsFrameTreeTooDeep(aReflowInput, aDesiredSize, aStatus)) {