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:
Nick Burch 2014-07-24 16:22:28 +00:00
parent fec4eb7a12
commit f91eee5846

View File

@ -173,8 +173,7 @@ public class HSSFOptimiser {
public static void optimiseCellStyles(HSSFWorkbook workbook) { public static void optimiseCellStyles(HSSFWorkbook workbook) {
// Where each style has ended up, and if we need to // Where each style has ended up, and if we need to
// delete the record for it. Start off with no change // delete the record for it. Start off with no change
short[] newPos = short[] newPos = new short[workbook.getWorkbook().getNumExFormats()];
new short[workbook.getWorkbook().getNumExFormats()];
boolean[] isUsed = new boolean[newPos.length]; boolean[] isUsed = new boolean[newPos.length];
boolean[] zapRecords = new boolean[newPos.length]; boolean[] zapRecords = new boolean[newPos.length];
for(int i=0; i<newPos.length; i++) { for(int i=0; i<newPos.length; i++) {