whitespace + indent

SVN revision: 17540
This commit is contained in:
sebastid 2005-10-14 12:11:38 +00:00 committed by sebastid
parent 521ce3a455
commit 38d3af6a77
1 changed files with 11 additions and 10 deletions

View File

@ -159,7 +159,8 @@ _e_fileman_reconf_cb(void *data, Evas_Object *obj, E_Fm_Event_Reconfigure *ev)
if (ev->h > fileman->win->h)
edje_object_part_swallow(fileman->main, "vscrollbar", fileman->vscrollbar);
else {
else
{
edje_object_part_unswallow(fileman->main, fileman->vscrollbar);
evas_object_hide(fileman->vscrollbar);
}