Format sourcecode

This commit is contained in:
yueh
2017-07-20 21:17:10 +02:00
parent 66437897be
commit 621910df91
295 changed files with 2142 additions and 1562 deletions
@@ -1,5 +1,5 @@
package appeng.tile.powersink;
package appeng.tile.powersink;
import net.minecraftforge.energy.IEnergyStorage;
@@ -41,7 +41,7 @@ class ForgeEnergyAdapter implements IEnergyStorage
}
@Override
public final int getMaxEnergyStored( )
public final int getMaxEnergyStored()
{
return (int) Math.floor( PowerUnits.AE.convertTo( PowerUnits.RF, sink.getAEMaxPower() ) );
}
@@ -15,6 +15,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with Applied Energistics 2. If not, see <http://www.gnu.org/licenses/lgpl>.
*/
package appeng.tile.powersink;