# HG changeset patch # User Bruno Haible # Date 1221620288 -7200 # Node ID 8d0d7e629998baffb93be4114bb411b3776da1f2 # Parent a5c27eb6fed3ea94cf693a92510af2e1475a04ce Don't use tabs inside comments ("unexpand --first-only"). diff --git a/lib/vasnprintf.c b/lib/vasnprintf.c --- a/lib/vasnprintf.c +++ b/lib/vasnprintf.c @@ -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