]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Just formatting, I think...
authorarved <arved@unknown>
Wed, 27 Dec 2000 03:53:01 +0000 (03:53 +0000)
committerarved <arved@unknown>
Wed, 27 Dec 2000 03:53:01 +0000 (03:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193925 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/pagination/PageSequence.java

index 8ed4b0d4c13fb822236ee94a902d59bf7c217068..bc3e3154415f4cfab8684f01911545453bfe0c64 100644 (file)
@@ -225,7 +225,7 @@ public class PageSequence extends FObj
     public void format(AreaTree areaTree) throws FOPException {
         Status status = new Status(Status.OK);
 
-       this.layoutMasterSet.resetPageMasters();
+               this.layoutMasterSet.resetPageMasters();
 
         do
         {
@@ -237,7 +237,7 @@ public class PageSequence extends FObj
          
             if ( thisIsFirstPage )
             {
-               tempIsFirstPage = thisIsFirstPage;
+                               tempIsFirstPage = thisIsFirstPage;
                 if ( pageNumberType==AUTO )
                 {
                     this.currentPageNumber=this.runningPageNumberCounter;