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

Re: [PATCH] (2) Improve performance of svn_time_from_cstring

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-04 17:42:16 CET

>
>
>>- exploded_time.tm_wday = find_matching_string (wday, 7, apr_day_snames);
>>- exploded_time.tm_mon = find_matching_string (month, 12, apr_month_snames);
>>+ exploded_time.tm_wday = find_matching_string(wday, 7, apr_day_snames);
>>+ exploded_time.tm_mon = find_matching_string(month, 12, apr_month_snames);
>>
>>
>>
>You're changing the formatting style here. Please don't do that. The
>rules are: 1) Follow the style the rest of the file uses, and 2) Don't
>mix formatting-only changes with functional changes.
>
>
Sorry, didn't notice that, my editor auto-corrected that style.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 4 14:39:46 2002

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.