From b8a20c7e3e0dca06effc09868bc5cf1702be30cf Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 6 Jul 2012 22:23:39 +0000 Subject: more correct autoformatter git-svn-id: http://svn.miranda-ng.org/main/trunk@803 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Clist_modern/modern_sync.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Clist_modern/modern_sync.cpp') diff --git a/plugins/Clist_modern/modern_sync.cpp b/plugins/Clist_modern/modern_sync.cpp index 85e7c1fab6..829c86c670 100644 --- a/plugins/Clist_modern/modern_sync.cpp +++ b/plugins/Clist_modern/modern_sync.cpp @@ -64,7 +64,7 @@ int SyncCall(void * vproc, int count, ... ) int i; params[0] = (LPARAM)count; va_start(va, count); - for (i = 0; i < count && i < SIZEOF(params)-1; i++) + for (i=0; i < count && i < SIZEOF(params)-1; i++) { params[i+1] = va_arg(va,LPARAM); } @@ -78,7 +78,7 @@ int SyncCallProxy(PSYNCCALLBACKPROC pfnProc, WPARAM wParam, LPARAM lParam, CRITI int nReturn = 0; - if ( cs !=NULL ) + if ( cs != NULL ) { if ( !fnTryEnterCriticalSection ) // for poor OSes like Win98 { -- cgit v1.2.3