Hi Alfred,

Here is rms's reply.  Would you like to make a draft patch for
standards.texi?

Thanks,
Karl


From: Richard Stallman <[email protected]>
To: [email protected] (Karl Berry)

I think it is ugly to have the open-brace on the same line
as the enum or struct keyword, unless the whole contents are on that line.

Thus,

struct foo { int a, b; };

or

struct foo
{
  int a, b;
};

Reply via email to