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 --- protocols/Gadu-Gadu/ownerinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/ownerinfo.c') diff --git a/protocols/Gadu-Gadu/ownerinfo.c b/protocols/Gadu-Gadu/ownerinfo.c index aeeb7f1a9b..28cfb4df75 100644 --- a/protocols/Gadu-Gadu/ownerinfo.c +++ b/protocols/Gadu-Gadu/ownerinfo.c @@ -39,14 +39,14 @@ void __cdecl gg_remindpasswordthread(GGPROTO *gg, void *param) #ifdef DEBUGMODE gg_netlog(gg, "gg_remindpasswordthread(): Starting."); #endif - if(!rp || !rp->email || !rp->uin || !strlen(rp->email)) + if (!rp || !rp->email || !rp->uin || !strlen(rp->email)) { if(rp) free(rp); return; } // Get token - if(!gg_gettoken(gg, &token)) return; + if (!gg_gettoken(gg, &token)) return; if (!(h = gg_remind_passwd3(rp->uin, rp->email, token.id, token.val, 0))) { -- cgit v1.2.3