Remove empty lines around braces with the formatting script
This commit is contained in:
parent
66e3060ea1
commit
02161aad5a
221 changed files with 0 additions and 399 deletions
|
|
@ -38,7 +38,6 @@ struct _WinTranslatePair {
|
|||
};
|
||||
|
||||
static _WinTranslatePair _vk_to_keycode[] = {
|
||||
|
||||
{ KEY_BACKSPACE, VK_BACK }, // (0x08) // backspace
|
||||
{ KEY_TAB, VK_TAB }, //(0x09)
|
||||
|
||||
|
|
@ -238,7 +237,6 @@ VK_OEM_CLEAR (0xFE)
|
|||
*/
|
||||
|
||||
static _WinTranslatePair _scancode_to_keycode[] = {
|
||||
|
||||
{ KEY_ESCAPE, 0x01 },
|
||||
{ KEY_1, 0x02 },
|
||||
{ KEY_2, 0x03 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue