Clean up whitespace in src/common in preparation for .editorconfig. (#408)

* Clean up whitespace in src/common in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace.
This commit is contained in:
Ross Bencina 2021-01-21 23:06:08 +11:00 committed by GitHub
commit fac71001ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 511 additions and 511 deletions

View file

@ -884,9 +884,9 @@ static PaError ValidateOpenStreamParameters(
PaDeviceIndex *hostApiInputDevice,
PaDeviceIndex *hostApiOutputDevice )
{
int inputHostApiIndex = -1, /* Suppress uninitialised var warnings: compiler does */
outputHostApiIndex = -1; /* not see that if inputParameters and outputParame- */
/* ters are both nonzero, these indices are set. */
int inputHostApiIndex = -1; /* Suppress uninitialised var warnings: compiler does */
int outputHostApiIndex = -1; /* not see that if inputParameters and outputParameters */
/* are both nonzero, these indices are set. */
if( (inputParameters == NULL) && (outputParameters == NULL) )
{