Skip to content

Commit

Permalink
fixed file in accordance with the .clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lxvdnl committed Apr 30, 2024
1 parent ac97d21 commit f2e2fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/AudioStreamRecording/audio-stream-recording.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ HRESULT audioStreamRecording::MyAudioSink::CopyData(BYTE* pData,
LONG lBytesToWrite = NumFrames * pwfx->nBlockAlign;
#pragma prefast( \
suppress \
: __WARNING_INCORRECT_ANNOTATION, \
: __WARNING_INCORRECT_ANNOTATION, \
"IAudioCaptureClient::GetBuffer SAL annotation implies a 1-byte buffer")
LONG lBytesWritten = mmioWrite(
audioRecordingFile, reinterpret_cast<PCHAR>(pData), lBytesToWrite);
Expand Down

0 comments on commit f2e2fb8

Please sign in to comment.