FS-8953 [core] white space clean up.

This commit is contained in:
Ken Rice 2016-03-17 08:55:00 -05:00
parent 10b46424f3
commit e18c12b609
25 changed files with 812 additions and 813 deletions

View File

@ -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 * Solaris 10 with the Sun Studio compilers doesn't have strsep in the
* C library either. * C library either.
*/ */
char char *strsep(char **stringp, const char *delim)
*strsep(char **stringp, const char *delim)
{ {
char *res; char *res;