synth_printf(" %s", spk_msg_get(MSG_STATES_START + i));
        }
        if ((key > 0) && (key <= num_key_names))
-               synth_printf(" %s\n", spk_msg_get(MSG_KEYNAMES_START + (key - 1)));
+               synth_printf(" %s\n",
+                               spk_msg_get(MSG_KEYNAMES_START + (key - 1)));
 }
 
 static int help_init(void)
                        cur_item--;
                else
                        return -1;
-       } else if (type == KT_SPKUP && ch == SPEAKUP_HELP && !spk_special_handler) {
+       } else if (type == KT_SPKUP
+                       && ch == SPEAKUP_HELP
+                       && !spk_special_handler) {
                spk_special_handler = spk_handle_help;
                synth_printf("%s\n", spk_msg_get(MSG_HELP_INFO));
                build_key_data(); /* rebuild each time in case new mapping */