From d68a78d30bc445b50ccbca505ddba45006e6c102 Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sat, 26 Dec 2020 08:32:40 -0800 Subject: [PATCH] paqa_devs.c: remove some white space --- qa/paqa_devs.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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; -- 2.43.0