This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Make printf respect the rounding mode for hex output (bug 5044)


> +struct hex_test {
> +  double d;
> +  const char *fmt;
> +  const char *rd[4], *rn[4], *rz[4], *ru[4];
> +};
> +
> +static const struct hex_test hex_tests[] = {
> +  {

GNU style never puts { on the end of a line like that, always on its own line.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]