summaryrefslogtreecommitdiff
path: root/src/frame.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-10 21:15:47 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-10 21:15:47 +0000
commitaad6e09926e0a890a29b52745faa3b56c594e29a (patch)
treeb5b2abbba70a188502b74c352bc06b958ff500b5 /src/frame.c
parent4c5fa779e97851321cd9757594af16609068eb5f (diff)
downloademacs-aad6e09926e0a890a29b52745faa3b56c594e29a.tar.gz
Whitespace changes.
Diffstat (limited to 'src/frame.c')
-rw-r--r--src/frame.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c
index 7d4c3422a6d..4256a9187c9 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -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);