evas evas_common.h: Fixed spacing and removed trailing whitespaces.
authorseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)
committerseoz <seoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 12 Aug 2011 01:52:29 +0000 (01:52 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@62367 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/include/evas_common.h

index 796efac..2676794 100644 (file)
@@ -166,10 +166,10 @@ extern EAPI int _evas_log_dom_global;
 # define LKDBG(x)
 
 /* for rwlocks */
-#define RWLK(x) 
-#define RWLKI(x) 
+#define RWLK(x)
+#define RWLKI(x)
 #define RWLKD(x)
-#define RDLKL(x) 
+#define RDLKL(x)
 #define WRLKL(x)
 #define RWLKU(x)
 
@@ -356,7 +356,7 @@ typedef unsigned short                      DATA16;
 typedef unsigned char                   DATA8;
 
 typedef struct _Image_Entry             Image_Entry;
-typedef struct _Image_Entry_Flags      Image_Entry_Flags;
+typedef struct _Image_Entry_Flags       Image_Entry_Flags;
 typedef struct _Image_Entry_Frame       Image_Entry_Frame;
 typedef struct _Image_Timestamp         Image_Timestamp;
 typedef struct _Engine_Image_Entry      Engine_Image_Entry;
@@ -499,12 +499,12 @@ struct _Image_Entry_Flags
    Eina_Bool in_progress  : 1;
    Eina_Bool dirty        : 1;
    Eina_Bool activ        : 1;
-   
+
    Eina_Bool need_data    : 1;
    Eina_Bool lru_nodata   : 1;
    Eina_Bool cached       : 1;
    Eina_Bool alpha        : 1;
-   
+
    Eina_Bool lru          : 1;
    Eina_Bool alpha_sparse : 1;
 #ifdef BUILD_ASYNC_PRELOAD
@@ -537,7 +537,7 @@ struct _Image_Timestamp
    ino_t  ino;
 #ifdef _STAT_VER_LINUX
    unsigned long int mtime_nsec;
-#endif   
+#endif
 };
 
 struct _Image_Entry
@@ -789,7 +789,7 @@ struct _RGBA_Image
 #if 0 // filtering disabled
    Eina_List            *filtered;
 #endif
-   
+
    struct {
       LK(lock);
       Eina_List *list;
@@ -804,7 +804,7 @@ struct _RGBA_Image
    struct {
       pixman_image_t *im;
    } pixman;
-#endif   
+#endif
 };
 
 struct _RGBA_Polygon_Point