Remove whitespace and 2 blank lines.
This commit is contained in:
parent
486de25d46
commit
3fbe079a34
@ -78,7 +78,6 @@ __FBSDID("$FreeBSD$");
|
|||||||
* lgamma(0) = lgamma(neg.integer) = inf and raise divide-by-zero
|
* lgamma(0) = lgamma(neg.integer) = inf and raise divide-by-zero
|
||||||
* lgamma(inf) = inf
|
* lgamma(inf) = inf
|
||||||
* lgamma(-inf) = inf (bug for bug compatible with C99!?)
|
* lgamma(-inf) = inf (bug for bug compatible with C99!?)
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
@ -301,4 +300,3 @@ __ieee754_lgamma_r(double x, int *signgamp)
|
|||||||
#if (LDBL_MANT_DIG == 53)
|
#if (LDBL_MANT_DIG == 53)
|
||||||
__weak_reference(lgamma_r, lgammal_r);
|
__weak_reference(lgamma_r, lgammal_r);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user