Fix formatting

This commit is contained in:
Přemysl Eric Janouch 2021-06-29 04:59:15 +02:00
parent f7912a8ce7
commit ff08195973
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 2 deletions

View File

@ -1695,9 +1695,9 @@ termo_strpkey_generic (termo_t *tk, const char *str, termo_key_t *key,
if (!str
|| key->type != TERMO_TYPE_KEY
|| key->code.codepoint < '@'
|| key->code.codepoint < '@'
|| key->code.codepoint > '_'
|| key->modifiers != 0)
|| key->modifiers != 0)
return NULL;
if (key->code.codepoint >= 'A'