changeset 30140:49b384db7c01

Don't use tabs inside comments ("unexpand --first-only").
author Bruno Haible <bruno@clisp.org>
date Wed, 17 Sep 2008 04:58:08 +0200
parents 4db00ea608c7
children f829d485790f
files lib/vasnprintf.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/vasnprintf.c	Tue Sep 16 09:36:24 2008 -0600
+++ b/lib/vasnprintf.c	Wed Sep 17 04:58:08 2008 +0200
@@ -2578,8 +2578,8 @@
 # elif NEED_PRINTF_INFINITE_LONG_DOUBLE
 			 || (a.arg[dp->arg_index].type == TYPE_LONGDOUBLE
 			     /* Some systems produce wrong output for Inf,
-				-Inf, and NaN.	Some systems in this category
-				(IRIX 5.3) also do so for -0.0.	 Therefore we
+				-Inf, and NaN.  Some systems in this category
+				(IRIX 5.3) also do so for -0.0.  Therefore we
 				treat this case here as well.  */
 			     && is_infinite_or_zerol (a.arg[dp->arg_index].a.a_longdouble))
 # endif