From bafa35ff46e8a6d1d2eaad09ce3757f919aa9ff3 Mon Sep 17 00:00:00 2001 From: Takeshi ISHII <2170248+mtei@users.noreply.github.com> Date: Thu, 23 Apr 2020 07:56:22 +0900 Subject: fix sample code indent in feature_encoders.md (#8883) --- docs/ja/feature_encoders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ja/feature_encoders.md') diff --git a/docs/ja/feature_encoders.md b/docs/ja/feature_encoders.md index 0e35e7dc86..7f8922652d 100644 --- a/docs/ja/feature_encoders.md +++ b/docs/ja/feature_encoders.md @@ -66,7 +66,7 @@ void encoder_update_user(uint8_t index, bool clockwise) { } else { tap_code(KC_PGUP); } - } else if (index == 1) { /* Second encoder */ + } else if (index == 1) { /* Second encoder */ if (clockwise) { tap_code(KC_DOWN); } else { -- cgit v1.2.3