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/Nudge/nudge.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Nudge/nudge.cpp') diff --git a/plugins/Nudge/nudge.cpp b/plugins/Nudge/nudge.cpp index 73f831d35f..0afa6edee0 100644 --- a/plugins/Nudge/nudge.cpp +++ b/plugins/Nudge/nudge.cpp @@ -95,7 +95,7 @@ void CNudgeElement::Load(void) mir_snprintf(SectionName,512,"%s-statusFlags", ProtocolName); this->statusFlags = DBGetContactSettingDword(NULL, "Nudge", SectionName, 967); mir_snprintf(SectionName,512,"%s-recText", ProtocolName); - if(!DBGetContactSettingTString(NULL,"Nudge",SectionName,&dbv)) + if (!DBGetContactSettingTString(NULL,"Nudge",SectionName,&dbv)) { _tcsncpy(this->recText,dbv.ptszVal,TEXT_LEN); if(_tcsclen(this->recText) < 1) @@ -105,7 +105,7 @@ void CNudgeElement::Load(void) else _tcsncpy(this->recText,TranslateT("You received a nudge"),TEXT_LEN); mir_snprintf(SectionName,512,"%s-senText", ProtocolName); - if(!DBGetContactSettingTString(NULL,"Nudge",SectionName,&dbv)) + if (!DBGetContactSettingTString(NULL,"Nudge",SectionName,&dbv)) { _tcsncpy(this->senText,dbv.ptszVal,TEXT_LEN); if(_tcsclen(this->senText) < 1) -- cgit v1.2.3