]> Repos - portaudio/commitdiff
paqa_devs.c: remove some white space
authorPhil Burk <philburk@mobileer.com>
Sat, 26 Dec 2020 16:32:40 +0000 (08:32 -0800)
committerPhil Burk <philburk@mobileer.com>
Sat, 26 Dec 2020 16:47:56 +0000 (08:47 -0800)
qa/paqa_devs.c

index fae9f25f681bcbd6b4eb3fd029d0de03ecf6571e..87b074c66374cdb88f9db8c307aab5fc3a80b639 100644 (file)
@@ -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.
 */
  */
 
 /*
- * 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;