whitespace

This commit is contained in:
Ragnvald Maartmann-Moe IV 2006-12-01 06:58:41 +00:00 committed by Jeff Teunissen
parent 42d51bc486
commit b218de3c30

View file

@ -46,18 +46,18 @@
#endif #endif
typedef struct _TargaHeader { typedef struct _TargaHeader {
unsigned char id_length;// __attribute__((packed)); unsigned char id_length; // __attribute__((packed));
unsigned char colormap_type;// __attribute__((packed)); unsigned char colormap_type; // __attribute__((packed));
unsigned char image_type;// __attribute__((packed)); unsigned char image_type; // __attribute__((packed));
unsigned short colormap_index __attribute__((packed)); unsigned short colormap_index __attribute__((packed));
unsigned short colormap_length __attribute__((packed)); unsigned short colormap_length __attribute__((packed));
unsigned char colormap_size;// __attribute__((packed)); unsigned char colormap_size; // __attribute__((packed));
unsigned short x_origin __attribute__((packed)); unsigned short x_origin __attribute__((packed));
unsigned short y_origin __attribute__((packed)); unsigned short y_origin __attribute__((packed));
unsigned short width __attribute__((packed)); unsigned short width __attribute__((packed));
unsigned short height __attribute__((packed)); unsigned short height __attribute__((packed));
unsigned char pixel_size;// __attribute__((packed)); unsigned char pixel_size; // __attribute__((packed));
unsigned char attributes;// __attribute__((packed)); unsigned char attributes; // __attribute__((packed));
} TargaHeader; } TargaHeader;
#if defined (__BORLANDC__) || defined (_MSC_VER) #if defined (__BORLANDC__) || defined (_MSC_VER)