diff options
author | George Hazan <george.hazan@gmail.com> | 2015-02-15 15:27:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-02-15 15:27:09 +0000 |
commit | 4982a2b85b8022d75914970dd04f8ef32b5200f1 (patch) | |
tree | 60e6a833bad8c0cd32e41cd8ae134d79be36631b /protocols/Steam/src/steam_proto.cpp | |
parent | e018f58931bdc8147f3131e4c59965c268f476b6 (diff) |
code cleaning
git-svn-id: http://svn.miranda-ng.org/main/trunk@12126 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 63305fbb6d..5e796d06eb 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -411,8 +411,7 @@ int __cdecl CSteamProto::UserIsTyping(MCONTACT hContact, int type) int __cdecl CSteamProto::OnEvent(PROTOEVENTTYPE eventType, WPARAM wParam, LPARAM lParam) { - switch (eventType) - { + switch (eventType) { case EV_PROTO_ONLOAD: return this->OnModulesLoaded(wParam, lParam); |