diff loader/dshow/DS_Filter.c @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents eda346733b8c
children 008338d7679f
line wrap: on
line diff
--- a/loader/dshow/DS_Filter.c	Tue May 12 19:25:35 2009 +0000
+++ b/loader/dshow/DS_Filter.c	Wed May 13 02:58:57 2009 +0000
@@ -26,8 +26,8 @@
     {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}
 };
 
-HRESULT STDCALL CoInitialize(LPVOID pvReserved); 
-void STDCALL CoUninitialize(void); 
+HRESULT STDCALL CoInitialize(LPVOID pvReserved);
+void STDCALL CoUninitialize(void);
 #endif
 
 static void DS_Filter_Start(DS_Filter* This)
@@ -137,9 +137,9 @@
 #endif
 
     /*
-        tempAll is not used  anywhere. 
+        tempAll is not used  anywhere.
 	MemAllocatorCreate() is called to ensure that RegisterComObject for IMemoryAllocator
-	will be	called before possible call 
+	will be	called before possible call
 	to CoCreateInstance(...,&IID_IMemoryAllocator,...) from binary codec.
     */
     tempAll=MemAllocatorCreate();