fix whitespaces

Josef Reidinger josef.reidinger at seznam.cz
Sat Jan 12 05:10:38 CST 2008


---
 dlls/msxml3/domdoc.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index 83eb590..d5813df 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -126,7 +126,7 @@ static HRESULT WINAPI bsc_GetBindInfo(
         BINDINFO* pbindinfo)
 {
     *grfBINDF = BINDF_RESYNCHRONIZE;
-    
+
     return S_OK;
 }
 
@@ -411,9 +411,9 @@ static HRESULT WINAPI xmldoc_IStream_Seek(
     IStream *iface, LARGE_INTEGER dlibMove,
     DWORD dwOrigin, ULARGE_INTEGER* plibNewPosition)
 {
-    /* this call can be used only for read, 
+    /* this call can be used only for read,
      * call on write break reading chunks */
-    FIXME("(%p ): stub!\n", iface); 
+    FIXME("(%p ): stub!\n", iface);
     return E_NOTIMPL;
 }
 
@@ -423,8 +423,8 @@ static HRESULT WINAPI xmldoc_IStream_SetSize(
     ERR("(%p): this call doesn't allow on xml stream.\n", iface);
     return E_NOTIMPL;
 }
-    
-static HRESULT WINAPI xmldoc_IStream_CopyTo( IStream *iface, IStream *target, 
+
+static HRESULT WINAPI xmldoc_IStream_CopyTo( IStream *iface, IStream *target,
     ULARGE_INTEGER cb, ULARGE_INTEGER* pcbRead, ULARGE_INTEGER* pcbWritten)
 {
     ERR("(%p): this call doesn't allow on xml stream.\n", iface);
@@ -446,21 +446,21 @@ static HRESULT WINAPI xmldoc_IStream_Revert(IStream* iface)
 
 
 static HRESULT WINAPI xmldoc_IStream_LockRegion(IStream* iface,
-		ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
+    ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
 {
     ERR("(%p): this call doesn't allow on xml stream.\n", iface);
     return E_NOTIMPL;
 }
 
 static HRESULT WINAPI xmldoc_IStream_UnlockRegion(IStream* iface,
-		ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
+    ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD dwLockType)
 {
     ERR("(%p): this call doesn't allow on xml stream.\n", iface);
     return E_NOTIMPL;
 }
 
 static HRESULT WINAPI xmldoc_IStream_Stat(IStream* iface, STATSTG *pstatstg,
-		DWORD grfStatFlag)
+    DWORD grfStatFlag)
 {
     FIXME("(%p): stub.\n", iface);
     return E_NOTIMPL;
@@ -1439,7 +1439,7 @@ static HRESULT WINAPI domdoc_load(
     if ( filename )
     {
         xmldoc = doread( filename );
-    
+
         if ( !xmldoc )
             This->error = E_FAIL;
         else
-- 
1.5.3.7


--------------040106040909070706090504--




More information about the wine-patches mailing list