a little spacing cleanup

This commit is contained in:
Ryan Pavlik
2011-09-14 09:36:20 -05:00
parent 2880d187c6
commit 9763c37525
2 changed files with 3 additions and 3 deletions

View File

@@ -883,7 +883,7 @@ static int state_changed(struct wiimote_t* wm) {
CROSS_THRESH_XYZ(wm->lstate.accel, wm->accel, wm->accel_threshold); CROSS_THRESH_XYZ(wm->lstate.accel, wm->accel, wm->accel_threshold);
/* orientation */ /* orientation */
CROSS_THRESH(wm->lstate.orient, wm->orient, wm->orient_threshold); CROSS_THRESH(wm->lstate.orient, wm->orient, wm->orient_threshold);
} }
/* expansion */ /* expansion */