diff --git a/master/fsm.c b/master/fsm.c
index e054f925655dd585a7f9ef98e783a0fde07055b3..b432c6078ebfcca9345ecb9a47f5daa6d5a9f336 100644
--- a/master/fsm.c
+++ b/master/fsm.c
@@ -1131,7 +1131,6 @@ void ec_fsm_slaveconf_init(ec_fsm_t *fsm /**< finite state machine */)
                      EC_SYNC_SIZE * slave->base_sync_count);
     memset(datagram->data, 0x00, EC_SYNC_SIZE * slave->base_sync_count);
 
-
     // does the slave supply sync manager configurations in its EEPROM?
     if (!list_empty(&slave->eeprom_syncs)) {
         list_for_each_entry(eeprom_sync, &slave->eeprom_syncs, list) {