mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
utils: Remove trailing whitespace
Change-Id: I4644f43a6a1ca9b5130cd2a6746772b888eb4f7a
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user