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

Loading…
Cancel
Save