Inconsistent whitespace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1766493 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-10-25 09:35:28 +00:00
parent 6816899106
commit cc4e525e27
5 changed files with 141 additions and 141 deletions

View File

@ -53,11 +53,11 @@ public final class PointerV5 extends Pointer {
switch (type) { switch (type) {
case 0x1d: case 0x1d:
case 0x4e: case 0x4e:
return 0x24-6; return 30;
case 0x1e: case 0x1e:
return 0x3c-6; return 54;
case 0x14: case 0x14:
return 0x88-6; return 130;
} }
return 10; return 10;
} }