formatting

SVN revision: 24503
This commit is contained in:
sebastid 2006-08-09 11:07:44 +00:00 committed by sebastid
parent a3162731f0
commit 0faf746d4c
1 changed files with 3 additions and 3 deletions

View File

@ -228,14 +228,14 @@ e_gadcon_populate(E_Gadcon *gc)
{
E_Gadcon_Client *gcc;
if(!cf_gcc->style)
if (!cf_gcc->style)
{
gcc = cc->func.init(gc, cf_gcc->name, cf_gcc->id,
cc->default_style);
cc->default_style);
}
else
gcc = cc->func.init(gc, cf_gcc->name, cf_gcc->id,
cf_gcc->style);
cf_gcc->style);
if (gcc)
{