Fix inconsistent whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1613174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fec4eb7a12
commit
f91eee5846
@ -173,8 +173,7 @@ public class HSSFOptimiser {
|
||||
public static void optimiseCellStyles(HSSFWorkbook workbook) {
|
||||
// Where each style has ended up, and if we need to
|
||||
// delete the record for it. Start off with no change
|
||||
short[] newPos =
|
||||
new short[workbook.getWorkbook().getNumExFormats()];
|
||||
short[] newPos = new short[workbook.getWorkbook().getNumExFormats()];
|
||||
boolean[] isUsed = new boolean[newPos.length];
|
||||
boolean[] zapRecords = new boolean[newPos.length];
|
||||
for(int i=0; i<newPos.length; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user