From: Richard M. Stallman Date: Mon, 13 Feb 2006 21:42:43 +0000 (+0000) Subject: Fix style of last change. X-Git-Tag: emacs-pretest-22.0.90~4161 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=555ffb460d6369b392eac3255560fa08d3439f31;p=emacs.git Fix style of last change. --- diff --git a/src/xterm.c b/src/xterm.c index 6ab8b8db487..eb0b984d486 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3592,9 +3592,8 @@ note_mouse_movement (frame, event) last_mouse_motion_event = *event; XSETFRAME (last_mouse_motion_frame, frame); - if (!FRAME_X_OUTPUT (frame)) { - return 0; - } + if (!FRAME_X_OUTPUT (frame)) + return 0; if (event->window != FRAME_X_WINDOW (frame)) {