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:
parent
56d1f1b97a
commit
456f6171d9
@ -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 ********************** */
|
||||||
@ -402,7 +401,7 @@ public final class StyleTextPropAtom extends RecordAtom
|
|||||||
return tpc;
|
return tpc;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ************************************************************************ */
|
/* ************************************************************************ */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user