mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 17:30:37 +00:00
FS-8953 [core] white space clean up.
This commit is contained in:
parent
10b46424f3
commit
e18c12b609
@ -110,8 +110,7 @@ static const EVP_MD *get_evp_by_name(const char *name)
|
||||
* Solaris 10 with the Sun Studio compilers doesn't have strsep in the
|
||||
* C library either.
|
||||
*/
|
||||
char
|
||||
*strsep(char **stringp, const char *delim)
|
||||
char *strsep(char **stringp, const char *delim)
|
||||
{
|
||||
char *res;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user