diff options
author | Jun Wako <wakojun@gmail.com> | 2014-12-26 13:27:06 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2014-12-26 13:27:06 +0900 |
commit | af556d39d2f5a1ee30c34ee65ecd5d1b7a519bdc (patch) | |
tree | 1f29fabac7a26e2aef2b35eff99ad01faac5b89c /common | |
parent | 5a8dbc63ea29eb454ad5f36de5c6c33172230f88 (diff) |
Remove unwanted white space
Diffstat (limited to 'common')
-rw-r--r-- | common/keycode.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/keycode.h b/common/keycode.h index 074e0f68f9..ac4ef00db6 100644 --- a/common/keycode.h +++ b/common/keycode.h @@ -15,7 +15,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/* +/* * Keycodes based on HID Usage Keyboard/Keypad Page(0x07) plus special codes * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf */ @@ -392,7 +392,7 @@ enum hid_keyboard_keypad_usage { KC_RALT, KC_RGUI, - /* NOTE: 0xE8-FF are used for internal special purpose */ + /* NOTE: 0xE8-FF are used for internal special purpose */ }; /* Special keycodes */ @@ -422,7 +422,7 @@ enum internal_special_keycodes { KC_WWW_FORWARD, KC_WWW_STOP, KC_WWW_REFRESH, - KC_WWW_FAVORITES, + KC_WWW_FAVORITES, KC_MEDIA_FAST_FORWARD, KC_MEDIA_REWIND, /* 0xBC */ |