one line comment style

From: Dan Colish <dan(at)unencrypted(dot)org>
To: PGSQL-HACKERS <pgsql-hackers(at)postgresql(dot)org>
Subject: one line comment style
Date: 2009-10-08 16:03:48
Message-ID: 20091008160348.GB17700@funkstrom.spiretech.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm going through a few files and trying to clean them up for style mostly and a
bit of refactoring. I am curious about the preferred style for a one line
comment. I see them in both of these forms and I would like to keep it
consistent.

/* a one line comment */

or

/*
* a one line comment
*/

Thoughts?

--
--Dan

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2009-10-08 16:12:40 Re: COPY enhancements
Previous Message Robert Haas 2009-10-08 15:59:19 Re: COPY enhancements