Fix the indenting to be consistent throughout the file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1496519 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2013-06-25 15:44:36 +00:00
parent 56d1f1b97a
commit 456f6171d9

View File

@ -166,8 +166,7 @@ public final class StyleTextPropAtom extends RecordAtom
new TextProp(2, 0x800000, "symbol.font.index"), new TextProp(2, 0x800000, "symbol.font.index"),
new TextProp(2, 0x20000, "font.size"), new TextProp(2, 0x20000, "font.size"),
new TextProp(4, 0x40000, "font.color"), new TextProp(4, 0x40000, "font.color"),
new TextProp(2, 0x80000, "superscript"), new TextProp(2, 0x80000, "superscript")
}; };
/* *************** record code follows ********************** */ /* *************** record code follows ********************** */