basepi / libgit2

The Library
http://libgit2.github.com
Other
0 stars 0 forks source link

use c89 style comments #33

Closed trane closed 13 years ago

trane commented 13 years ago

According to the wiki:

Linux style for comments is the C89 "/* ... */" style. Don't use C99-style "// ..." comments.

Are we following the same? If so, we need to change a bunch of stuff.

vimalloc commented 13 years ago

I have been doing it that way.

On Fri, 22 Apr 2011 13:51:51 -0600, trane
reply@reply.github.com
wrote:

According to the wiki:

Linux style for comments is the C89 "/* ... */" style. Don't use
C99-style "// ..." comments.

Are we following the same? If so, we need to change a bunch of stuff.

Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

hausdorf commented 13 years ago

Style issues should be covered in #22.

basepi commented 13 years ago

I have been.

On Fri, Apr 22, 2011 at 1:51 PM, trane < reply@reply.github.com>wrote:

According to the wiki:

Linux style for comments is the C89 "/* ... */" style. Don't use C99-style "// ..." comments.

Are we following the same? If so, we need to change a bunch of stuff.

Reply to this email directly or view it on GitHub: https://github.com/crakdmirror/libgit2/issues/33