[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
[reactos.git] / dll / directx / msvidctl / classfactory.cpp
index 7c2abf1..f47d0bb 100644 (file)
@@ -87,10 +87,10 @@ CClassFactory::LockServer(
     return E_NOTIMPL;
 }
 
-IClassFactory * 
+IClassFactory *
 CClassFactory_fnConstructor(
-    LPFNCREATEINSTANCE lpfnCI, 
-    PLONG pcRefDll, 
+    LPFNCREATEINSTANCE lpfnCI,
+    PLONG pcRefDll,
     IID * riidInst)
 {
     CClassFactory* factory = new CClassFactory(lpfnCI, pcRefDll, riidInst);