diff src/xterm.c @ 68862:334e43399990

Fix style of last change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Feb 2006 21:42:43 +0000
parents c8b4cb06e1b3
children fb2632c6f0cc d57ee9eab157
line wrap: on
line diff
--- a/src/xterm.c	Mon Feb 13 21:36:51 2006 +0000
+++ b/src/xterm.c	Mon Feb 13 21:42:43 2006 +0000
@@ -3592,9 +3592,8 @@
   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))
     {