Formatting.

SVN revision: 16319
This commit is contained in:
sebastid 2005-08-24 22:08:33 +00:00 committed by sebastid
parent 6130f4ccec
commit b2ce098242
1 changed files with 2 additions and 4 deletions

View File

@ -970,10 +970,8 @@ _ibar_bar_frame_resize(IBar_Bar *ibb)
{
Evas_Coord w, h, bw, bh;
/* Not finished loading config yet! */
if ((ibb->x == -1)
|| (ibb->y == -1)
|| (ibb->w == -1)
|| (ibb->h == -1))
if ((ibb->x == -1) || (ibb->y == -1) ||
(ibb->w == -1) || (ibb->h == -1))
return;
evas_event_freeze(ibb->evas);