On Fri, Feb 08, 2008 at 05:33:19PM +0200, Ori Avtalion wrote: > The inventory file has a single trailing space after the "]" patch end > marker. It also adds a space to empty lines in the patch name. > > Is there a reason behind this?
The trailing space after "]" is I believe just an artifact because we use the same code for printing patch names in the patches themselves (before a "{" usually), but I'm not sure. The space where there are blank lines is just a consistency thing: every line in the long comment is preceded by a space. If the line happens to be blank (or composed of only white space) it's still treated the same. We could add a special case for blank lines, but it's hard to see a good reason to do so. -- David Roundy Department of Physics Oregon State University _______________________________________________ darcs-devel mailing list darcs-devel@darcs.net http://lists.osuosl.org/mailman/listinfo/darcs-devel