X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Fvfprintf.c;h=565107b8bb3aeec26d8071759268ac0a2c7698ca;hb=e5ea8cce4f1f61781f00636b36f5c5694cfe5db5;hp=896a8840e5470321c1bc1ac00236dfd0cb0f699d;hpb=b2a050e0f805d45fd05315b63a6a344c8588cbad;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)