summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/main.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-06-08 14:51:53 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-06-08 14:51:53 +0000
commit48f4b68ffcb66611a4294ed0fd0ac4e49dedb09d (patch)
treed286e97519019c4a8a6db120231d3df09dbf28a5 /protocols/WhatsApp/src/main.cpp
parentd0932866332ca111c02d12cefc6373feef1a90bf (diff)
3 spaces changed to 1 tab
git-svn-id: http://svn.miranda-ng.org/main/trunk@4902 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/main.cpp')
-rw-r--r--protocols/WhatsApp/src/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp
index 2545bb6736..8cff6e9715 100644
--- a/protocols/WhatsApp/src/main.cpp
+++ b/protocols/WhatsApp/src/main.cpp
@@ -72,7 +72,7 @@ extern "C" int __declspec(dllexport) Load(void)
mir_getLP(&pluginInfo);
pcli = reinterpret_cast<CLIST_INTERFACE*>( CallService(
- MS_CLIST_RETRIEVE_INTERFACE,0,reinterpret_cast<LPARAM>(g_hInstance)));
+ MS_CLIST_RETRIEVE_INTERFACE,0,reinterpret_cast<LPARAM>(g_hInstance)));
PROTOCOLDESCRIPTOR pd = { sizeof(pd) };
pd.szName = "WhatsApp";
@@ -95,7 +95,7 @@ extern "C" int __declspec(dllexport) Load(void)
agent << ".";
agent << (( g_mirandaVersion >> 8) & 0xFF);
agent << ".";
- agent << (( g_mirandaVersion ) & 0xFF);
+ agent << (( g_mirandaVersion ) & 0xFF);
#ifdef _WIN64
agent << " WhatsApp Protocol x64/";
#else
@@ -119,8 +119,8 @@ extern "C" int __declspec(dllexport) Unload(void)
g_Instances.destroy();
- delete FMessage::generating_lock;
- WASocketConnection::quitNetwork();
+ delete FMessage::generating_lock;
+ WASocketConnection::quitNetwork();
return 0;
}