replace tab with four spaces

master
melvin 2014-09-01 11:40:40 +08:00
parent 5763f90251
commit 2c898c8fca
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import magic.utility.MagicFileSystem.DataPath;
public class MagicGameLog {
private MagicGameLog() {}
private static final String gameLog = (System.getProperty("game.log") != null) ?
System.getProperty("game.log") :
MagicFileSystem.getDataPath(DataPath.LOGS).resolve("game.log").toString();