From 9148d412e5737ac22aa38eb685e777b5d6b1f07c Mon Sep 17 00:00:00 2001 From: Joseph Bingham Date: Tue, 8 Nov 2016 00:00:21 -0500 Subject: [PATCH] Replace tabs with spaces (again) --- src/client/protocolgameparse.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 5bf48d32..d304d06e 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -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: