Michael Stefaniuc : dmime: Finish the reindentation in CloseDown().

Alexandre Julliard julliard at winehq.org
Thu May 11 15:07:29 CDT 2017


Module: wine
Branch: master
Commit: 3a145ac92b0e0f2226a6d20999bc8b2117969f01
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3a145ac92b0e0f2226a6d20999bc8b2117969f01

Author: Michael Stefaniuc <mstefani at winehq.org>
Date:   Thu May 11 11:05:47 2017 +0200

dmime: Finish the reindentation in CloseDown().

Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dmime/performance.c | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dlls/dmime/performance.c b/dlls/dmime/performance.c
index 57ee670..292ae80 100644
--- a/dlls/dmime/performance.c
+++ b/dlls/dmime/performance.c
@@ -820,14 +820,15 @@ static HRESULT WINAPI IDirectMusicPerformance8Impl_AdjustTime(IDirectMusicPerfor
 
 static HRESULT WINAPI IDirectMusicPerformance8Impl_CloseDown(IDirectMusicPerformance8 *iface)
 {
-  IDirectMusicPerformance8Impl *This = impl_from_IDirectMusicPerformance8(iface);
+    IDirectMusicPerformance8Impl *This = impl_from_IDirectMusicPerformance8(iface);
 
-  FIXME("(%p): stub\n", This);
-  if (PostMessageToProcessMsgThread(This, PROCESSMSG_EXIT)) {
-    WaitForSingleObject(This->procThread, INFINITE);
-    This->procThreadTicStarted = FALSE;
-    CloseHandle(This->procThread);
-  }
+    FIXME("(%p): semi-stub\n", This);
+
+    if (PostMessageToProcessMsgThread(This, PROCESSMSG_EXIT)) {
+        WaitForSingleObject(This->procThread, INFINITE);
+        This->procThreadTicStarted = FALSE;
+        CloseHandle(This->procThread);
+    }
     if (This->dsound) {
         IDirectSound_Release(This->dsound);
         This->dsound = NULL;




More information about the wine-cvs mailing list