diff src/xfont.c @ 101943:97c9e9322753

Remove spurious semicolons.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 11 Feb 2009 09:45:12 +0000
parents e038c1a8307c
children b20a4659fd91
line wrap: on
line diff
--- a/src/xfont.c	Wed Feb 11 09:22:59 2009 +0000
+++ b/src/xfont.c	Wed Feb 11 09:45:12 2009 +0000
@@ -220,7 +220,7 @@
 {
   char *p0 = xlfd, *p1 = output;
   int c;
-  
+
   while (*p0)
     {
       c = *(unsigned char *) p0++;
@@ -242,7 +242,7 @@
   const unsigned char *p0 = (unsigned char *) xlfd;
   unsigned char *p1 = (unsigned char *) xlfd;
   int len = 0;
-  
+
   while (*p0)
     {
       int c = STRING_CHAR_ADVANCE (p0);
@@ -363,7 +363,7 @@
   int len;
   /* Large enough to contain the longest XLFD (255 bytes) in UTF-8.  */
   char name[512];
-  
+
   extra = AREF (spec, FONT_EXTRA_INDEX);
   if (CONSP (extra))
     {
@@ -642,7 +642,7 @@
       char *p0, *p;
       int dashes = 0;
 
-      p0 = p = (char *) XGetAtomName (FRAME_X_DISPLAY (f), (Atom) value);;
+      p0 = p = (char *) XGetAtomName (FRAME_X_DISPLAY (f), (Atom) value);
       /* Count the number of dashes in the "full name".
 	 If it is too few, this isn't really the font's full name,
 	 so don't use it.