dsound: Indentation fix

Andrew Talbot andrew.talbot at talbotville.com
Mon May 26 10:23:45 CDT 2008


Changelog:
    dsound: Indentation fix.

diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c
index cd0861a..073fdee 100644
--- a/dlls/dsound/dsound.c
+++ b/dlls/dsound/dsound.c
@@ -1638,9 +1638,9 @@ HRESULT DirectSoundDevice_CreateSoundBuffer(
                 WARN("SecondaryBufferImpl_Create failed\n");
         } else
            WARN("IDirectSoundBufferImpl_Create failed\n");
-   }
+    }
 
-   return hres;
+    return hres;
 }
 
 HRESULT DirectSoundDevice_DuplicateSoundBuffer(



More information about the wine-patches mailing list