From bdbdf8d3391d2da3df0d4eeabac41fa73aa821fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 20 Oct 2015 10:13:30 +0000 Subject: Omegle: Format sources git-svn-id: http://svn.miranda-ng.org/main/trunk@15579 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Omegle/src/stdafx.h') diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h index 69ea6c6e9c..96315bdf40 100644 --- a/protocols/Omegle/src/stdafx.h +++ b/protocols/Omegle/src/stdafx.h @@ -84,11 +84,11 @@ class ScopedLock public: ScopedLock(HANDLE h) : handle_(h) { - WaitForSingleObject(handle_,INFINITE); + WaitForSingleObject(handle_, INFINITE); } ~ScopedLock() { - if(handle_) + if (handle_) ReleaseMutex(handle_); } void Unlock() -- cgit v1.2.3