Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman.c 


Log Message:
whitespace + indent

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_fileman.c 14 Oct 2005 11:55:49 -0000      1.4
+++ e_fileman.c 14 Oct 2005 12:11:38 -0000      1.5
@@ -122,13 +122,13 @@
    fileman = win->data;
    evas_object_resize(fileman->main, win->w, win->h);
    e_fm_geometry_virtual_get(fileman->smart, &w, &h);
-   if(h > win->h)
+   if (h > win->h)
      edje_object_part_swallow(fileman->main, "vscrollbar", 
fileman->vscrollbar);
    else 
-    {
-       edje_object_part_unswallow(fileman->main, fileman->vscrollbar);
-       evas_object_hide(fileman->vscrollbar);
-    }
+     {
+       edje_object_part_unswallow(fileman->main, fileman->vscrollbar);
+       evas_object_hide(fileman->vscrollbar);
+     }
 }
 
 static void
@@ -157,10 +157,11 @@
    
    fileman = data;
    
-   if(ev->h > fileman->win->h)
+   if (ev->h > fileman->win->h)
      edje_object_part_swallow(fileman->main, "vscrollbar", 
fileman->vscrollbar);
-   else {
-      edje_object_part_unswallow(fileman->main, fileman->vscrollbar);
-      evas_object_hide(fileman->vscrollbar);
-   }
+   else
+     {
+       edje_object_part_unswallow(fileman->main, fileman->vscrollbar);
+       evas_object_hide(fileman->vscrollbar);
+     }
 }




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to