]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix style of last change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Feb 2006 21:42:43 +0000 (21:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Feb 2006 21:42:43 +0000 (21:42 +0000)
src/xterm.c

index 6ab8b8db487fb8d15b09cad7ff3d01777ac81d27..eb0b984d4861d1cbb5ebe7a1877cadd08ed5e43d 100644 (file)
@@ -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))
     {