mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
whitespace cleanup
This commit is contained in:
parent
e93fd428af
commit
659a0a5909
1 changed files with 2 additions and 2 deletions
|
|
@ -4231,13 +4231,13 @@ kbd_buffer_get_event (KBOARD **kbp,
|
|||
kbd_fetch_ptr = event + 1;
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_XWIDGETS
|
||||
#ifdef HAVE_XWIDGETS
|
||||
else if (event->kind == XWIDGET_EVENT)
|
||||
{
|
||||
obj = make_lispy_event (event);
|
||||
kbd_fetch_ptr = event + 1;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
#ifdef HAVE_INOTIFY
|
||||
else if (event->kind == FILE_NOTIFY_EVENT)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue