aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@unknown>2000-12-27 03:53:01 +0000
committerarved <arved@unknown>2000-12-27 03:53:01 +0000
commitc430a63cdd080d684a245b0b951e37974b471c65 (patch)
treeca30f45bde3240aad507050711fc077f5455ecaa
parent2da2b75ebb5d93f79a11ed48f53dedbbb3016930 (diff)
downloadxmlgraphics-fop-c430a63cdd080d684a245b0b951e37974b471c65.tar.gz
xmlgraphics-fop-c430a63cdd080d684a245b0b951e37974b471c65.zip
Just formatting, I think...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193925 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/org/apache/fop/fo/pagination/PageSequence.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/apache/fop/fo/pagination/PageSequence.java b/src/org/apache/fop/fo/pagination/PageSequence.java
index 8ed4b0d4c..bc3e31544 100644
--- a/src/org/apache/fop/fo/pagination/PageSequence.java
+++ b/src/org/apache/fop/fo/pagination/PageSequence.java
@@ -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;