Consistent indent between font and pattern CF formatting toString indent

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694087 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2015-08-04 17:08:50 +00:00
parent adfcf4d251
commit 78223ca2b8
2 changed files with 2 additions and 2 deletions

View File

@ -461,7 +461,7 @@ public final class FontFormatting {
public String toString()
{
StringBuffer buffer = new StringBuffer();
buffer.append(" [Font Formatting]\n");
buffer.append(" [Font Formatting]\n");
buffer.append(" .font height = ").append(getFontHeight()).append(" twips\n");
@ -535,7 +535,7 @@ public final class FontFormatting {
}
buffer.append(" .color index = ").append("0x"+Integer.toHexString(getFontColorIndex()).toUpperCase()).append("\n");
buffer.append(" [/Font Formatting]\n");
buffer.append(" [/Font Formatting]\n");
return buffer.toString();
}

Binary file not shown.