Clean up whitespace.

This commit is contained in:
David Reid
2017-12-03 17:09:23 +10:00
parent 5d0705b34e
commit 35af204e21
7 changed files with 553 additions and 553 deletions
+3 -3
View File
@@ -15,7 +15,7 @@ mal_uint32 playbackSample = 0;
void on_recv_frames(mal_device* pDevice, mal_uint32 frameCount, const void* pSamples)
{
mal_uint32 sampleCount = frameCount * pDevice->channels;
mal_uint32 newCapturedSampleCount = capturedSampleCount + sampleCount;
mal_int16* pNewCapturedSamples = (mal_int16*)realloc(pCapturedSamples, newCapturedSampleCount * sizeof(mal_int16));
if (pNewCapturedSamples == NULL) {
@@ -74,8 +74,8 @@ int main()
getchar();
mal_device_uninit(&captureDevice);
printf("Playing...\n");
mal_device playbackDevice;