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

@@ -7,8 +7,8 @@
* Name: frame.c
* Version: see static char *standardversion, below.
* Author: Mark Roberts <mark@manumark.de>
* Michael Labuschke <michael@labuschke.de> sys_errlist fixes
*
* Michael Labuschke <michael@labuschke.de> sys_errlist fixes
*
****************************************************************************/
/****************************************************************************
* These are useful functions that all DSP programs might find handy
@@ -850,7 +850,7 @@ void parseargs( int argcount, char *args[], int fileswitch)
}
/*-------------------------------------------------*
* Set samplefrequency, width, wavout,
* Set samplefrequency, width, wavout,
*-------------------------------------------------*/
parseintarg( argcount, args, "f", &samplefrequency);
wavout = parseswitcharg( argcount, args, "h");