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;
// PROTOCOL>=1097
case Proto::GameServerStoreButtonIndicators:
parseStoreButtonIndicators(msg);
parseStoreButtonIndicators(msg);
break;
case Proto::GameServerSetStoreDeepLink:
parseSetStoreDeepLink(msg);
parseSetStoreDeepLink(msg);
break;
// otclient ONLY
case Proto::GameServerExtendedOpcode: