diff src/input-method-motif.c @ 185:3d6bfa290dbd r20-3b19

Import from CVS: tag r20-3b19
author cvs
date Mon, 13 Aug 2007 09:55:28 +0200
parents 2d532a89d707
children e45d5e7c476e
line wrap: on
line diff
--- a/src/input-method-motif.c	Mon Aug 13 09:54:24 2007 +0200
+++ b/src/input-method-motif.c	Mon Aug 13 09:55:28 2007 +0200
@@ -40,7 +40,7 @@
 Initialize_Locale (void)
 {
   char *locale;
-  
+
   XtSetLanguageProc (NULL, (XtLanguageProc) NULL, NULL);
   if ((locale = setlocale (LC_ALL, "")) == NULL)
     {
@@ -72,7 +72,7 @@
           return;
         }
     }
-  
+
   if (XSetLocaleModifiers ("") == NULL)
     {
       stderr_out ("XSetLocaleModifiers(\"\") failed\n");
@@ -103,9 +103,9 @@
       Pixel     fg;
       Pixel     bg;
     } xim_resources_t;
-    
+
   xim_resources_t xim_resources;
-    
+
   /* mrb: #### Fix so that background and foreground is set from
      default face, rather than foreground and background resources, or
      that the user can use set-frame-parameters to set xic attributes */