[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: indentation of structures/enums
From: |
Alfred M. Szmidt |
Subject: |
Re: indentation of structures/enums |
Date: |
Sat, 07 Apr 2012 06:46:10 -0400 |
Here is rms's reply. Would you like to make a draft patch for
standards.texi?
Hey Karl, not sure how much text is needed, for my part just the
following would be sufficient.
*** standards.texi.~1.215.~ Sat Apr 7 12:44:04 2012
--- standards.texi Sat Apr 7 12:45:12 2012
***************
*** 2451,2456 ****
--- 2451,2461 ----
For the body of the function, our recommended style looks like this:
@example
+ struct quux
+ @{
+ int a, b;
+ @};
+
if (x < foo (y, z))
haha = bar[4] + 5;
else
- Re: indentation of structures/enums,
Alfred M. Szmidt <=