X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Fvfprintf.c;h=565107b8bb3aeec26d8071759268ac0a2c7698ca;hb=85b4ad5854c5ca958482cfaec1b3875f7db72a67;hp=896a8840e5470321c1bc1ac00236dfd0cb0f699d;hpb=9376394f08232d19fff187d1202233d265401f04;p=lttng-ust.git diff --git a/snprintf/vfprintf.c b/snprintf/vfprintf.c index 896a8840..565107b8 100644 --- a/snprintf/vfprintf.c +++ b/snprintf/vfprintf.c @@ -1350,7 +1350,7 @@ __grow_type_table(unsigned char **typetable, int *tablesize) return (0); } - + #ifdef FLOATING_POINT static int exponent(char *p0, int exp, int fmtch)