mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-23 10:44:46 +03:00
Code indentation
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
424e71fac1
commit
0f9ca096a3
@ -1748,7 +1748,7 @@ get_key_code (int no_delay)
|
||||
|
||||
d = *pending_keys++;
|
||||
while (d == ESC_CHAR && *pending_keys != '\0')
|
||||
d = ALT (*pending_keys++);
|
||||
d = ALT (*pending_keys++);
|
||||
|
||||
if (*pending_keys == '\0')
|
||||
pending_keys = seq_append = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user