whitespace (2 spaces or tabs to 4 spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-15 03:55:45 +00:00
parent f2390589dc
commit aeddbc05e4
5 changed files with 631 additions and 630 deletions

View File

@ -49,9 +49,9 @@ public class SectionTable
} }
public SectionTable(byte[] documentStream, byte[] tableStream, int offset, public SectionTable(
int size, int fcMin, byte[] documentStream, byte[] tableStream,
TextPieceTable tpt, int mainLength) int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
{ {
PlexOfCps sedPlex = new PlexOfCps(tableStream, offset, size, SED_SIZE); PlexOfCps sedPlex = new PlexOfCps(tableStream, offset, size, SED_SIZE);
//this.tpt = tpt; //this.tpt = tpt;
@ -174,7 +174,8 @@ public class SectionTable
writeTo( docStream, tableStream ); writeTo( docStream, tableStream );
} }
public void writeTo( HWPFOutputStream wordDocumentStream, public void writeTo(
HWPFOutputStream wordDocumentStream,
HWPFOutputStream tableStream ) throws IOException HWPFOutputStream tableStream ) throws IOException
{ {