From: Bruno Haible Date: Wed, 17 Sep 2008 02:58:08 +0000 (+0200) Subject: Don't use tabs inside comments ("unexpand --first-only"). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0fce1e8a7ba381bb1d108d82b384da0f688bc3;p=pspp Don't use tabs inside comments ("unexpand --first-only"). --- diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c index ace89338e1..f50ca3fcd4 100644 --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -2578,8 +2578,8 @@ VASNPRINTF (DCHAR_T *resultbuf, size_t *lengthp, # 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