[wwwdocs] PATCH for Re: GCC Coding Conventions typo

2016-08-16 Thread Gerald Pfeifer
On Fri, 22 Apr 2016, Chris Gregory wrote: > https://gcc.gnu.org/codingconventions.html#ExternC > > In the `Extern "C"` commentary, the coding conventions says: > > Definitions within the body of a namespace are not indented. > > This should read > > Definitions within the body of an `ex

GCC Coding Conventions typo

2016-04-22 Thread Chris Gregory
https://gcc.gnu.org/codingconventions.html#ExternC In the `Extern "C"` commentary, the coding conventions says: Definitions within the body of a namespace are not indented. This should read Definitions within the body of an `extern "C"` block are not indented. Cheers, Chris Gregory!