Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/imaging


Modified Files:
        evas_imaging.c 


Log Message:


whitespace

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/imaging/evas_imaging.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_imaging.c      29 Apr 2004 04:23:37 -0000      1.3
+++ evas_imaging.c      22 May 2005 02:49:49 -0000      1.4
@@ -12,7 +12,7 @@
 {
    Evas_Imaging_Image *im;
    RGBA_Image *image;
-   
+
    if (!file) file = "";
    if (!key) key = "";
    evas_common_cpu_init();
@@ -64,13 +64,13 @@
 {
    return evas_common_image_get_cache();
 }
- 
+
 Evas_Imaging_Font *
 evas_imaging_font_load(const char *file, const char *key, int size)
 {
    Evas_Imaging_Font *fn;
    RGBA_Font *font;
-   
+
    evas_common_cpu_init();
    evas_common_font_init();
    if (!file) file = "";
@@ -79,7 +79,7 @@
    if (key)
      {
        char *tmp;
-       
+
        tmp = evas_file_path_join(file, key);
        if (tmp)
          {
@@ -87,27 +87,27 @@
             if (!font)
               {
                  Eet_File *ef;
-                 
-                 ef = eet_open((char *)file, EET_FILE_MODE_READ);           
+
+                 ef = eet_open((char *)file, EET_FILE_MODE_READ);
                  if (ef)
                    {
                       void *fdata;
                       int fsize = 0;
-                      
+
                       fdata = eet_read(ef, (char *)key, &fsize);
                       if ((fdata) && (fsize > 0))
                         {
                            font = evas_common_font_memory_load(tmp, size, 
fdata, fsize);
                            free(fdata);
                         }
-                      eet_close(ef);             
+                      eet_close(ef);
                    }
               }
             free(tmp);
          }
      }
    else
-#endif     
+#endif
      {
        font = evas_common_font_load((char *)file, size);
      }




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to