Removed trailing whitespace.

diff --git a/objects/text.c b/objects/text.c
index 79e6a4c..fae786d 100644
--- a/objects/text.c
+++ b/objects/text.c
@@ -115,7 +115,7 @@
 	lpdx32 = (LPINT)HeapAlloc( GetProcessHeap(),0, sizeof(INT)*count );
 	if(lpdx32 == NULL) return FALSE;
 	for (i=count;i--;) lpdx32[i]=lpDx[i];
-    }    
+    }
     if (lprect)	CONV_RECT16TO32(lprect,&rect32);
     ret = ExtTextOutA(hdc,x,y,flags,lprect?&rect32:NULL,str,count,lpdx32);
     if (lpdx32) HeapFree( GetProcessHeap(), 0, lpdx32 );
@@ -273,7 +273,7 @@
  * Draw several Strings
  */
 BOOL WINAPI PolyTextOutA (
-			  HDC hdc,               /* [in] Handle to device context */			  
+			  HDC hdc,               /* [in] Handle to device context */
 			  PPOLYTEXTA pptxt,      /* [in] Array of strings */
 			  INT cStrings           /* [in] Number of strings in array */
 			  )
@@ -290,8 +290,8 @@
  *
  * Draw several Strings
  */
-BOOL WINAPI PolyTextOutW ( 
-			  HDC hdc,               /* [in] Handle to device context */			  
+BOOL WINAPI PolyTextOutW (
+			  HDC hdc,               /* [in] Handle to device context */
 			  PPOLYTEXTW pptxt,      /* [in] Array of strings */
 			  INT cStrings           /* [in] Number of strings in array */
 			  )