Replace tabs with spaces (again)

This commit is contained in:
Joseph Bingham 2016-11-08 00:00:21 -05:00
parent 5a5adc4ed6
commit 9148d412e5
1 changed files with 2 additions and 2 deletions

View File

@ -383,10 +383,10 @@ void ProtocolGame::parseMessage(const InputMessagePtr& msg)
break; break;
// PROTOCOL>=1097 // PROTOCOL>=1097
case Proto::GameServerStoreButtonIndicators: case Proto::GameServerStoreButtonIndicators:
parseStoreButtonIndicators(msg); parseStoreButtonIndicators(msg);
break; break;
case Proto::GameServerSetStoreDeepLink: case Proto::GameServerSetStoreDeepLink:
parseSetStoreDeepLink(msg); parseSetStoreDeepLink(msg);
break; break;
// otclient ONLY // otclient ONLY
case Proto::GameServerExtendedOpcode: case Proto::GameServerExtendedOpcode: