diff --git a/master/fsm_master.c b/master/fsm_master.c
index e422caf976cc1a938fc08cad58d3029cc4b50269..4507ca7ed351e1857ddf37d94adb3a9eb77a3820 100644
--- a/master/fsm_master.c
+++ b/master/fsm_master.c
@@ -503,6 +503,7 @@ void ec_fsm_master_action_configure(
     // Does the slave have to be configured?
     if ((slave->current_state != slave->requested_state
                 || slave->force_config) && !slave->error_flag) {
+
         // Start slave configuration, if it is allowed.
         down(&master->config_sem);
         if (!master->allow_config) {