made cosmetic changes to most of the files: unified coding style

This commit is contained in:
2016-04-23 17:15:19 +02:00
parent 7eeeefa3e2
commit e041576547
11 changed files with 10 additions and 9 deletions

View File

@ -37,5 +37,4 @@ public class Wall extends Tile {
System.out.println("<" + "[" + ":" + this.getClass().getSimpleName() + "]" + Menu.tabulator + "Wall.onExit()");
Menu.removeTab();
}
}