Remove empty lines around braces with the formatting script
This commit is contained in:
@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user