]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace changes.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:15:47 +0000 (21:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jun 1996 21:15:47 +0000 (21:15 +0000)
src/frame.c

index 7d4c3422a6dec1686b4b2e5fa5a061075b0ee0f3..4256a9187c9e119a92b546721ba3031c39c3cbb8 100644 (file)
@@ -1342,7 +1342,7 @@ before calling this function on it, like this.\n\
     /* Warping the mouse will cause  enternotify and focus events. */
     x_set_mouse_position (XFRAME (frame), x, y);
 #else
-#if defined(MSDOS) && defined(HAVE_MOUSE)
+#if defined (MSDOS) && defined (HAVE_MOUSE)
   if (FRAME_MSDOS_P (XFRAME (frame)))
     {
       Fselect_frame (frame, Qnil);
@@ -1374,7 +1374,7 @@ before calling this function on it, like this.\n\
     /* Warping the mouse will cause  enternotify and focus events. */
     x_set_mouse_pixel_position (XFRAME (frame), x, y);
 #else
-#if defined(MSDOS) && defined(HAVE_MOUSE)
+#if defined (MSDOS) && defined (HAVE_MOUSE)
   if (FRAME_MSDOS_P (XFRAME (frame)))
     {
       Fselect_frame (frame, Qnil);