; fix indenting

Problem reported by Chris Gregory in:
http://lists.gnu.org/archive/html/emacs-devel/2016-12/msg00968.html
* src/keyboard.c (read_event_from_main_queue): Fix indenting.
This commit is contained in:
Paul Eggert
2016-12-27 15:27:40 -08:00
parent aebe6592db
commit 112460da70

View File

@@ -2162,9 +2162,9 @@ read_event_from_main_queue (struct timespec *end_time,
if (CONSP (last))
{
while (CONSP (XCDR (last)))
last = XCDR (last);
last = XCDR (last);
if (!NILP (XCDR (last)))
emacs_abort ();
emacs_abort ();
}
if (!CONSP (last))
kset_kbd_queue (kb, list1 (c));