This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: comments formatting [Re: [patch] physname regression: Non-matching type false breakpoint]
On Sun, 05 Jun 2011 18:49:39 +0200, Alfred M. Szmidt wrote:
> It fills (reformats) a paragraph to fit with-in 70 columns; this:
OK (in VIM it is gq} or gqip ). I use 79 columns instead of 70.
So in the case of 70 columns what would be the right formatting of:
/* The strchr check is there if any verify the single found found parameter foo types really match those specified by user in COPY. */
The 70 columns formatting produces:
/* The strchr check is there if any verify the single found found
parameter foo types really match those specified by user in COPY.
*/
Thanks,
Jan