Skip to content

Commit

Permalink
misc: clang-formats code
Browse files Browse the repository at this point in the history
  • Loading branch information
m1dugh committed Nov 5, 2023
1 parent d04983f commit 1d9e658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cppsrc/win/win-sound-mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ bool Device::Update()
SafeRelease(&endpointVolume);
}

HRESULT activateRes = device->Activate(__uuidof(IAudioEndpointVolume), CLSCTX_ALL, NULL,
(LPVOID *)&endpointVolume);
HRESULT activateRes = device->Activate(__uuidof(IAudioEndpointVolume),
CLSCTX_ALL, NULL, (LPVOID *)&endpointVolume);
if (activateRes != S_OK || endpointVolume == NULL)
{
return false;
Expand Down

0 comments on commit 1d9e658

Please sign in to comment.