From 78c0815c4118fe24ab78cce2dc48a6232dcd824a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 2 Jun 2012 20:55:18 +0000 Subject: - code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@270 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp') diff --git a/plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp b/plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp index dd6d50556b..0452f90d0d 100644 --- a/plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp +++ b/plugins/Dbx_mmap_SA/Dbtool/contactchain.cpp @@ -54,7 +54,7 @@ int WorkContactChain(int firstTime) FinishUp(); return ERROR_NO_MORE_ITEMS; } - if(!SignatureValid(ofsThisContact,DBCONTACT_SIGNATURE)) { + if (!SignatureValid(ofsThisContact,DBCONTACT_SIGNATURE)) { AddToStatus(STATUS_ERROR,TranslateT("Contact chain corrupted, further entries ignored")); FinishUp(); return ERROR_NO_MORE_ITEMS; @@ -66,7 +66,7 @@ int WorkContactChain(int firstTime) ofsNextContact=dbc.ofsNext; dbc.ofsNext=0; if (!opts.bCheckOnly) { - if((ofsDestThis=WriteSegment(WSOFS_END,&dbc,sizeof(dbc)))==WS_ERROR) + if ((ofsDestThis=WriteSegment(WSOFS_END,&dbc,sizeof(dbc)))==WS_ERROR) return ERROR_HANDLE_DISK_FULL; if(ofsDestPrevContact) WriteSegment(ofsDestPrevContact+offsetof(DBContact,ofsNext),&ofsDestThis,sizeof(DWORD)); -- cgit v1.2.3