Re: [PATCH] issue 1954 - v3
From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2004-12-15 02:55:17 CET
VK Sameer wrote:
A width of 72 columns is good for e-mail prose to allow for quoting in replies,
Here are two other ways used in Subversion source code to reduce the column count.
Use the fact that adjacent strings are combined by the compiler, e.g.:
return svn_error_createf (SVN_ERR_FS_PATH_SYNTAX, NULL,
Start the argument list on a new line (indented by 2 spaces):
return svn_error_createf
(Note that there is no comma after the "Invalid... '%x' " string here.)
- Julian
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.