Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet/src/lib


Modified Files:
        Eet.h eet_lib.c 


Log Message:
remove trailing spaces and factorize Windows detection

===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/Eet.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- Eet.h       28 Mar 2008 14:37:29 -0000      1.50
+++ Eet.h       29 Mar 2008 07:28:18 -0000      1.51
@@ -230,19 +230,19 @@
     * Return a handle to the shared string dictionary of the Eet file
     * @param ef A valid eet file handle.
     * @return A handle to the dictionary of the file
-    * 
+    *
     * This function returns a handle to the dictionary of an Eet file whose
     * handle is @p ef, if a dictionary exists. NULL is returned otherwise or
     * if the file handle is known to be invalid.
     */
    EAPI Eet_Dictionary *eet_dictionary_get(Eet_File *ef);
-   
+
    /**
     * Check if a given string comes from a given dictionary
     * @param ed A valid dictionary handle
     * @param string A valid 0 byte terminated C string
     * @return 1 if it is in the dictionary, 0 otherwise
-    * 
+    *
     * This checks the given dictionary to see if the given string is actually
     * inside that dictionary (i.e. comes from it) and returns 1 if it does.
     * If the dictionary handle is invlide, the string is NULL or the string is
===================================================================
RCS file: /cvs/e/e17/libs/eet/src/lib/eet_lib.c,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -3 -r1.98 -r1.99
--- eet_lib.c   28 Mar 2008 17:29:22 -0000      1.98
+++ eet_lib.c   29 Mar 2008 07:28:18 -0000      1.99
@@ -1065,7 +1065,7 @@
 
    if (eet_test_close((ef->data == (void *)-1) || (ef->data == NULL), ef))
      return NULL;
-   
+
    if (eet_test_close(ef->data_size < sizeof(int) * 3, ef))
      return NULL;
 
@@ -1080,7 +1080,7 @@
        eet_close(ef);
        break;
      }
-   
+
    return NULL;
 }
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to