Clean up some space/tab mismatches in DiscIO and InputCommon.

Keeps the files consistent.
This commit is contained in:
lioncash 2013-03-19 09:59:41 -04:00
parent 019b525285
commit 0e3d8e2e9f
9 changed files with 371 additions and 371 deletions

View File

@ -125,8 +125,8 @@ int wxKeyModWXToX(int modstate)
}
#endif
void XKeyToString(unsigned int keycode, char *keyStr) {
switch (keycode) {
switch (keycode)
{
case XK_Insert:
sprintf(keyStr, "INSERT");
break;