From 350635a59a000fa4561d0d8bbe6814b4b9df530c Mon Sep 17 00:00:00 2001 From: Ondrej Bilka Date: Thu, 6 Jun 2013 19:36:03 +0200 Subject: Fix leading whitespaces. --- sysdeps/ieee754/ldbl-96/ldbl2mpn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/ieee754/ldbl-96') diff --git a/sysdeps/ieee754/ldbl-96/ldbl2mpn.c b/sysdeps/ieee754/ldbl-96/ldbl2mpn.c index 18bf104586..3f85e0ae90 100644 --- a/sysdeps/ieee754/ldbl-96/ldbl2mpn.c +++ b/sysdeps/ieee754/ldbl-96/ldbl2mpn.c @@ -62,7 +62,7 @@ __mpn_extract_long_double (mp_ptr res_ptr, mp_size_t size, else { /* It is a denormal number, meaning it has no implicit leading - one bit, and its exponent is in fact the format minimum. */ + one bit, and its exponent is in fact the format minimum. */ int cnt; if (res_ptr[N - 1] != 0) -- cgit 1.4.1