Remove empty lines around braces with the formatting script

This commit is contained in:
Aaron Franke 2020-09-23 02:29:56 -04:00
parent 66e3060ea1
commit 02161aad5a
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
221 changed files with 0 additions and 399 deletions

View file

@ -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
};