# HG changeset patch # User Richard M. Stallman # Date 834441347 0 # Node ID fbecc317220d52b70d34b7be5b351c01c06ab9a1 # Parent b584c2db055fec28682e9b7969ccbeda01f82ec0 Whitespace changes. diff -r b584c2db055f -r fbecc317220d src/frame.c --- a/src/frame.c Mon Jun 10 21:13:26 1996 +0000 +++ b/src/frame.c Mon Jun 10 21:15:47 1996 +0000 @@ -1342,7 +1342,7 @@ /* 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 @@ /* 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);