diff src/w32bdf.c @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 8782b8cfed62
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/src/w32bdf.c	Tue Feb 04 13:30:45 2003 +0000
+++ b/src/w32bdf.c	Tue Feb 04 14:56:31 2003 +0000
@@ -54,7 +54,7 @@
 
 #define FONT_CACHE_SLOT_OVER_P(p) ((p) >= cached_bitmap_slots + BDF_FONT_CACHE_SIZE)
 
-static int 
+static int
 search_file_line(char *key, char *start, int len, char **val, char **next)
 {
   unsigned int linelen;
@@ -73,7 +73,7 @@
       *val = start + strlen(key);
       return 1;
     }
-  
+
   return 0;
 }
 
@@ -276,7 +276,7 @@
     }
 
   bdffontp = (bdffont *) xmalloc(sizeof(bdffont));
-  
+
   for(i = 0;i < BDF_FIRST_OFFSET_TABLE;i++)
     bdffontp->chtbl[i] = NULL;
   bdffontp->size = fileinfo.nFileSizeLow;
@@ -285,7 +285,7 @@
   bdffontp->hfilemap = hfilemap;
   bdffontp->filename = (char*) xmalloc(strlen(filename) + 1);
   strcpy(bdffontp->filename, filename);
-  
+
   if (!set_bdf_font_info(bdffontp))
     {
       w32_free_bdf_font(bdffontp);
@@ -364,7 +364,7 @@
     {
       pch = fontp->chtbl[BDF_FIRST_OFFSET(index)] =
 	(font_char*) HeapAlloc(hbdf_cp_heap,
-			       HEAP_ZERO_MEMORY, 
+			       HEAP_ZERO_MEMORY,
 			       sizeof(font_char) *
                                BDF_SECOND_OFFSET_TABLE);
       if (!pch) return NULL;
@@ -578,7 +578,7 @@
   pcb->row_byte_size = glyph.row_byte_size;
 
   pch->pcbmp = pcb;
-  
+
   pcached_bitmap_latest++;
   if (FONT_CACHE_SLOT_OVER_P(pcached_bitmap_latest))
     pcached_bitmap_latest = cached_bitmap_slots;
@@ -649,7 +649,7 @@
     return 0;
 
   textalign = GetTextAlign(hdc);
-  
+
   hFgBrush = CreateSolidBrush(GetTextColor(hdc));
   hOrgBrush = SelectObject(hdc, hFgBrush);
 
@@ -679,7 +679,7 @@
 	{
 	  width = pcb->metric.bbw;
 	  height = pcb->metric.bbh;
-	  
+
 	  if (!(hBMP
 		&& (DIBsection_hdc == hdc)
 		&& (DIBsection_width == width)