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
|
|
@ -185,7 +185,6 @@ struct _TranslatePair {
|
|||
};
|
||||
|
||||
static _TranslatePair _scancode_to_keycode[] = {
|
||||
|
||||
{ KEY_ESCAPE, 0x09 },
|
||||
{ KEY_1, 0x0A },
|
||||
{ KEY_2, 0x0B },
|
||||
|
|
@ -354,7 +353,6 @@ struct _XTranslateUnicodePair {
|
|||
};
|
||||
|
||||
enum {
|
||||
|
||||
_KEYSYM_MAX = 759
|
||||
};
|
||||
|
||||
|
|
@ -1160,7 +1158,6 @@ struct _XTranslateUnicodePairReverse {
|
|||
};
|
||||
|
||||
enum {
|
||||
|
||||
_UNICODE_MAX = 750
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue