~ruther/qmk_firmware

9ae15e8c79375f2ca2f315d8b24e8c51a6855039 — QMK Bot 5 years ago 666cb44
format code according to conventions [skip ci]
1 files changed, 2 insertions(+), 2 deletions(-)

M quantum/process_keycode/process_dynamic_macro.c
M quantum/process_keycode/process_dynamic_macro.c => quantum/process_keycode/process_dynamic_macro.c +2 -2
@@ 221,8 221,8 @@ bool process_dynamic_macro(uint16_t keycode, keyrecord_t *record) {
            case DYN_REC_STOP:
                /* Stop the macro recording. */
                if (record->event.pressed ^ (keycode != DYN_REC_STOP)) { /* Ignore the initial release
                                              * just after the recording
                                              * starts for DYN_REC_STOP. */
                                                                          * just after the recording
                                                                          * starts for DYN_REC_STOP. */
                    switch (macro_id) {
                        case 1:
                            dynamic_macro_record_end(macro_buffer, macro_pointer, +1, &macro_end);