diff src/w32fns.c @ 110994:734b2470f93c

src/w32*.c: Whitespace fixes and typos.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Oct 2010 14:25:35 +0200
parents 2cf388f16cae
children b8fde5ef9e14 538894189022
line wrap: on
line diff
--- a/src/w32fns.c	Thu Oct 14 13:24:38 2010 +0900
+++ b/src/w32fns.c	Thu Oct 14 14:25:35 2010 +0200
@@ -245,7 +245,7 @@
 };
 
 /* Reportedly, VS 6 does not have this in its headers.  */
-#if defined(_MSC_VER) && _MSC_VER < 1300
+#if defined (_MSC_VER) && _MSC_VER < 1300
 DECLARE_HANDLE(HMONITOR);
 #endif
 
@@ -1941,7 +1941,6 @@
     }
 }
 
-
 void x_set_scroll_bar_default_width (f)
      struct frame *f;
 {
@@ -3169,7 +3168,7 @@
           wmsg.dwModifiers = w32_get_key_modifiers (wParam, lParam);
           /* Get buffer size.  */
           size = get_composition_string_fn (context, GCS_RESULTSTR, buffer, 0);
-          buffer = alloca(size);
+          buffer = alloca (size);
           size = get_composition_string_fn (context, GCS_RESULTSTR,
                                             buffer, size);
 	  release_ime_context_fn (hwnd, context);
@@ -4007,7 +4006,6 @@
       return DefWindowProc (hwnd, msg, wParam, lParam);
     }
 
-
   /* The most common default return code for handled messages is 0.  */
   return 0;
 }
@@ -4460,7 +4458,6 @@
   x_default_parameter (f, parameters, Qright_fringe, Qnil,
 		       "rightFringe", "RightFringe", RES_TYPE_NUMBER);
 
-
   /* Init faces before x_default_parameter is called for scroll-bar
      parameters because that function calls x_set_scroll_bar_width,
      which calls change_frame_size, which calls Fset_window_buffer,