This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: FYI: My Coding Style cheat-sheet on the Wiki


On 01/06/2011 04:32 PM, Joel Brobecker wrote:
> I hope that it helps others.  Everyone should feel free to update
> and enhance this document, if they find it useful.  I hope that
> the cheap-to-update simplicity of the Wiki will encourage anyone
> to do so.
> 
> http://sourceware.org/gdb/wiki/JoelsCodingStyleCheatSheet

> /* The maximum number of tasks known to the Ada runtime */
> static const int MAX_NUMBER_OF_KNOWN_TASKS = 1000;

What is the expected/correct format of comment here?  Isn't ended with
period and two spaces?  If we still follow the "period and two spaces"
schema here,  I'll update this wikipage and source code to reflect this.

-- 
Yao (éå)


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