Basic reformat, hit once, hope never again
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
|
||||
package appeng.spatial;
|
||||
|
||||
|
||||
public interface ISpatialVisitor
|
||||
{
|
||||
|
||||
void visit(int x, int y, int z);
|
||||
|
||||
void visit( int x, int y, int z );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user