# HG changeset patch
# User Florian Pose <fp@igh-essen.com>
# Date 1190617897 0
# Node ID 41a5c537b76d0e6e2fc3f1d26084764ec079c7f1
# Parent  bc42cd59329b9a28b553fd2747a5f64de28cbe56
Minor changes.

diff -r bc42cd59329b -r 41a5c537b76d master/fsm_coe_map.c
--- a/master/fsm_coe_map.c	Thu Sep 20 13:05:38 2007 +0000
+++ b/master/fsm_coe_map.c	Mon Sep 24 07:11:37 2007 +0000
@@ -150,13 +150,15 @@
 }
 
 /******************************************************************************
- *  CoE dictionary state machine
+ *  state functions
  *****************************************************************************/
 
 /**
  */
 
-void ec_fsm_coe_map_state_start(ec_fsm_coe_map_t *fsm /**< finite state machine */)
+void ec_fsm_coe_map_state_start(
+        ec_fsm_coe_map_t *fsm /**< finite state machine */
+        )
 {
     // read mapping of first sync manager
     fsm->sync_index = 0;