Fixed spaces instead of tabs.

This commit is contained in:
mafagafogigante
2014-11-08 20:49:40 -02:00
parent bc060309e3
commit 5e28382021

View File

@ -10,11 +10,11 @@ public enum Action {
case ENEMY: case ENEMY:
return "spotted enemies"; return "spotted enemies";
case GOLD: case GOLD:
return "found gold"; return "found gold";
case HUNT: case HUNT:
return "hunted a rabbit"; return "hunted a rabbit";
case TALE: case TALE:
return "tells a tale"; return "tells a tale";
} }
return ""; return "";
} }