From: Michal Sojka Date: Fri, 14 May 2010 13:42:50 +0000 (+0200) Subject: fsm: Whitespace fix X-Git-Url: http://rtime.felk.cvut.cz/gitweb/eurobot/public.git/commitdiff_plain/40361e55119730569cc924c8936434064e96ebd1 fsm: Whitespace fix --- diff --git a/src/fsm/fsm.h b/src/fsm/fsm.h index 4f4f1955..d9ea6c39 100644 --- a/src/fsm/fsm.h +++ b/src/fsm/fsm.h @@ -611,7 +611,7 @@ void __fsm_timer_stop(struct robo_fsm *); #ifdef __FSM_NAME #define SUBFSM_TRANSITION(substate, data) \ do { \ - if (fsm->events[fsm->ev_head].id != EV_EXIT) { \ + if (fsm->events[fsm->ev_head].id != EV_EXIT) { \ fsm_event e = {EV_ENTRY, data}; \ *(fsm->fnc_sp++) = fsm->state; \ fsm->last_state = fsm->state; \