mirror of https://github.com/apache/poi.git
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
ca59e31371
commit
eddef8c7f8
|
@ -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