remove trailing spaces

SVN revision: 41191
This commit is contained in:
Vincent Torri 2009-06-25 04:20:34 +00:00
parent ebc20c2236
commit 4c09519e99
1 changed files with 18 additions and 18 deletions

View File

@ -434,38 +434,38 @@ struct _Image_Entry
EINA_INLIST; EINA_INLIST;
Evas_Cache_Image *cache; Evas_Cache_Image *cache;
const char *cache_key; const char *cache_key;
const char *file; const char *file;
const char *key; const char *key;
Evas_Cache_Target *targets; Evas_Cache_Target *targets;
time_t timestamp; time_t timestamp;
time_t laststat; time_t laststat;
int references; int references;
unsigned char scale; unsigned char scale;
RGBA_Image_Loadopts load_opts; RGBA_Image_Loadopts load_opts;
int space; int space;
int w; int w;
int h; int h;
struct struct
{ {
int w; int w;
int h; int h;
} allocated; } allocated;
struct struct
{ {
void *module; void *module;
void *loader; void *loader;
} info; } info;
#ifdef BUILD_ASYNC_PRELOAD #ifdef BUILD_ASYNC_PRELOAD
LK(lock); LK(lock);
#endif #endif
@ -615,9 +615,9 @@ struct _RGBA_Image
RGBA_Image_Flags flags; RGBA_Image_Flags flags;
struct struct
{ {
/* void *module; */ /* void *module; */
/* void *loader; */ /* void *loader; */
/* char *real_file; */ /* char *real_file; */
char *comment; char *comment;
// int format; // int format;
} info; } info;
@ -625,7 +625,7 @@ struct _RGBA_Image
void *extended_info; void *extended_info;
#ifdef BUILD_PIPE_RENDER #ifdef BUILD_PIPE_RENDER
RGBA_Pipe *pipe; RGBA_Pipe *pipe;
#endif #endif
int ref; int ref;
/* unsigned char scale; */ /* unsigned char scale; */
@ -642,7 +642,7 @@ struct _RGBA_Image
DATA32 *data; DATA32 *data;
Eina_Bool no_free : 1; Eina_Bool no_free : 1;
} image; } image;
struct { struct {
LK(lock); LK(lock);
Eina_List *list; Eina_List *list;
@ -1130,7 +1130,7 @@ Tilebuf_Rect *evas_common_regionbuf_rects_get (Regionbuf *rb);
#ifdef BUILD_PIPE_RENDER #ifdef BUILD_PIPE_RENDER
# include "../engines/common/evas_pipe.h" # include "../engines/common/evas_pipe.h"
#endif #endif
void evas_font_dir_cache_free(void); void evas_font_dir_cache_free(void);
/****/ /****/
@ -1141,8 +1141,8 @@ void evas_font_dir_cache_free(void);
#ifdef BUILD_NEON #ifdef BUILD_NEON
# include <arm_neon.h> # include <arm_neon.h>
#endif #endif
#endif #endif
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif