[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] More _() added

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-04-11 12:38:16 CEST

Erik Huelsmann wrote:
> 3) You have wrapped over long lines nicely, but could you please indent them
> differently? Here's an example from your diff:
>
> - "Failed to add directory '%s': object of the same name already
> exists",
> - db->path);
> + _("Failed to add directory '%s': object of the same name "
> + "already exists"), db->path);
>
> should be indented:
> + _("Failed to add directory '%s': object of the same name "
> + "already exists"), db->path);
>

Just as a reminder, there are editor macros which make the indenting for this
project much easier to handle (i.e. you don't have to think about them).

for emacs - tools/dev/svn-dev.el
for vim - tools/dev/svn-dev.vim

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 11 12:39:28 2004

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.