Fix some source code formatting

This commit is contained in:
md_5
2018-01-28 10:23:52 +11:00
parent 6b88b63941
commit 9b2bb07d89
4 changed files with 18 additions and 12 deletions

View File

@@ -79,7 +79,7 @@ public abstract class BaseComponent
copyFormatting( old );
}
public void copyFormatting( BaseComponent component )
public void copyFormatting(BaseComponent component)
{
setColor( component.getColorRaw() );
setBold( component.isBoldRaw() );