Remove whitespace and 2 blank lines.

This commit is contained in:
Steve Kargl 2014-10-02 23:08:36 +00:00
parent 486de25d46
commit 3fbe079a34

View File

@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$");
* lgamma(0) = lgamma(neg.integer) = inf and raise divide-by-zero
* lgamma(inf) = inf
* lgamma(-inf) = inf (bug for bug compatible with C99!?)
*
*/
#include <float.h>
@ -301,4 +300,3 @@ __ieee754_lgamma_r(double x, int *signgamp)
#if (LDBL_MANT_DIG == 53)
__weak_reference(lgamma_r, lgammal_r);
#endif