Tabs -> spaces

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@331 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Dave Hoover
2007-06-26 00:07:57 +00:00
parent 1c92282772
commit 6b1066169f
35 changed files with 441 additions and 441 deletions
@@ -656,9 +656,9 @@ public abstract class PuzzleController extends GameController
if (cmd.equals(TOGGLE_CHATTING)) {
setChatting(!isChatting());
} else {
} else {
return super.handleAction(action);
}
}
return true;
}