Replace tabs with spaces (again)

master
Joseph Bingham 8 years ago
parent 5a5adc4ed6
commit 9148d412e5

@ -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:

Loading…
Cancel
Save