remove trailing whitespaces
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
*/
|
||||
package appeng.client.gui.implementations;
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ public class GuiInscriber extends AEBaseGui
|
||||
this.pb.yPosition = 39 + this.guiTop;
|
||||
|
||||
this.drawTexturedModalRect( offsetX, offsetY, 0, 0, 211 - 34, this.ySize );
|
||||
|
||||
|
||||
if ( this.drawUpgrades() )
|
||||
this.drawTexturedModalRect( offsetX + 177, offsetY, 177, 0, 35, 14 + this.cvc.availableUpgrades() * 18 );
|
||||
if ( this.hasToolbox() )
|
||||
|
||||
@@ -347,7 +347,7 @@ public class GuiInterfaceTerminal extends AEBaseGui
|
||||
*
|
||||
* If this cache should be empty, it will populate it with an earlier cache if available or at least the cache for
|
||||
* the empty string.
|
||||
*
|
||||
*
|
||||
* @param searchTerm
|
||||
* the corresponding search
|
||||
* @return a Set matching a superset of the search term
|
||||
|
||||
@@ -40,7 +40,7 @@ public class GuiSecurity extends GuiMEMonitorable
|
||||
super( inventoryPlayer, te, new ContainerSecurity( inventoryPlayer, te ) );
|
||||
this.customSortOrder = false;
|
||||
this.reservedSpace = 33;
|
||||
|
||||
|
||||
// increase size so that the slot is over the gui.
|
||||
this.xSize += 56;
|
||||
this.standardSize = this.xSize;
|
||||
|
||||
Reference in New Issue
Block a user