utils: Remove trailing whitespace

Change-Id: I4644f43a6a1ca9b5130cd2a6746772b888eb4f7a
This commit is contained in:
Rodrigo Ramírez Norambuena
2015-05-03 05:09:57 -04:00
parent 32eb812b28
commit 2ed5e6a9ba
9 changed files with 255 additions and 255 deletions

View File

@@ -102,7 +102,7 @@ extern int getremainingfilelength( FILE *anyin, long *result);
void readpkheader( FILE *anyin);
/* -----------------------------------------------------------------------
Read a .WAV header from 'anyin'.
Read a .WAV header from 'anyin'.
If it is recognised, the data is used.
Otherwise, we assume it's PCM-data and ignore the header.
The global variable 'iswav' is set on success, otherwise cleared.