This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[patch][wwwdocs] Fixed incorrect copy paste in codingconventions.html


In the `Extern "C"` commentary, the coding conventions said:

    Definitions within the body of a namespace are not indented.

Now it reads:

    Definitions within the body of an <code>extern "C"</code> block
are not indented.

Initially reported at:
https://gcc.gnu.org/ml/gcc/2016-04/msg00211.html

Cheers,

Chris Gregory!

Attachment: a.diff
Description: Text document


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