Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace/src/lib


Modified Files:
        embrace.c 


Log Message:
whitespace
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/lib/embrace.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- embrace.c   3 Sep 2005 04:07:04 -0000       1.3
+++ embrace.c   3 Sep 2005 12:51:07 -0000       1.4
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.3 2005/09/03 04:07:04 sebastid Exp $
+ * $Id: embrace.c,v 1.4 2005/09/03 12:51:07 tsauerbeck Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -500,6 +500,7 @@
        int w = 0, h = 0;
 
        assert (e);
+
        if (e->cfg.module)
                return true;
 
@@ -539,6 +540,7 @@
        Evas_Object *dragger;
 
        assert (e);
+
        if (e->cfg.module)
                return true;
 
@@ -668,6 +670,7 @@
        if (e->gui.container) {
                if (e->gui.edje)
                        edje_object_part_unswallow (e->gui.edje, 
e->gui.container);
+
                evas_object_del (e->gui.container);
                e->gui.container = NULL;
        }
@@ -806,11 +809,12 @@
 
        if (e->gui.ee)
                ecore_evas_show (e->gui.ee);
+
        ecore_idler_add (check_mailboxes, e);
 
        if (!e->cfg.module) {
                e->evt_hup = ecore_event_handler_add (ECORE_EVENT_SIGNAL_HUP,
-                                                     on_sighup, e);
+                                                     on_sighup, e);
                assert (e->evt_hup);
        }
 }
@@ -821,6 +825,7 @@
 
        if (e->evt_hup)
                ecore_event_handler_del (e->evt_hup);
+
        e->evt_hup = NULL;
 }
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to