From: Phil Burk Date: Sat, 26 Dec 2020 16:32:40 +0000 (-0800) Subject: paqa_devs.c: remove some white space X-Git-Tag: v19.7.0~78 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=d68a78d30bc445b50ccbca505ddba45006e6c102;p=portaudio paqa_devs.c: remove some white space --- diff --git a/qa/paqa_devs.c b/qa/paqa_devs.c index fae9f25..87b074c 100644 --- a/qa/paqa_devs.c +++ b/qa/paqa_devs.c @@ -8,8 +8,8 @@ the sine wave outputs. @author Phil Burk http://www.softsynth.com - - Pieter adapted to V19 API. Test now relies heavily on + + Pieter adapted to V19 API. Test now relies heavily on Pa_IsFormatSupported(). Uses same 'standard' sample rates as in test pa_devs.c. */ @@ -41,13 +41,13 @@ */ /* - * The text above constitutes the entire PortAudio license; however, + * The text above constitutes the entire PortAudio license; however, * the PortAudio community also makes the following non-binding requests: * * Any person wishing to distribute modifications to the Software is * requested to send the modifications to the original developer so that - * they can be incorporated into the canonical version. It is also - * requested that these non-binding requests be included along with the + * they can be incorporated into the canonical version. It is also + * requested that these non-binding requests be included along with the * license above. */ @@ -170,7 +170,7 @@ static int QaCallback( const void *inputBuffer, void *outputBuffer, } } break; - + case paInt16: { short *out = (short *) outputBuffer; @@ -317,7 +317,7 @@ static void TestDevices( int mode, int allDevices ) maxChannels = MAX_TEST_CHANNELS; if (!allDevices && !isDefault) continue; // skip this device - + for( jc=1; jc<=maxChannels; jc++ ) { printf("\n===========================================================\n"); @@ -352,7 +352,7 @@ static int TestAdvance( int mode, PaDeviceIndex deviceID, double sampleRate, PaQaData myData; #define FRAMES_PER_BUFFER (64) const int kNumSeconds = 100; - + /* Setup data for synthesis thread. */ myData.framesLeft = (unsigned long) (sampleRate * kNumSeconds); myData.numChannels = numChannels;