From e8d2be36011dc6106a8e251c69426cfe1806371a Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Fri, 2 Sep 2011 15:15:04 -0500 Subject: [PATCH] Unix line endings and remove trailing spaces --- src/wiiuse.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wiiuse.h b/src/wiiuse.h index d681dca..5d7524f 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -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;