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:
parent
af9f4e3e19
commit
fac71001ee
24 changed files with 511 additions and 511 deletions
|
|
@ -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) )
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue