Unix line endings and remove trailing spaces

This commit is contained in:
Ryan Pavlik
2011-09-02 15:15:04 -05:00
parent 93593c2766
commit e8d2be3601

View File

@@ -602,7 +602,7 @@ typedef struct wiimote_state_t {
struct vec3b_t exp_accel;
float exp_r_shoulder;
float exp_l_shoulder;
/* motion plus */
short drx;
short dry;
@@ -760,7 +760,7 @@ typedef enum data_req_s
* @brief Data write request structure.
*/
struct data_req_t {
unsigned char data[21]; /**< buffer where read data is written */
unsigned int len;
unsigned int addr;