>
>
>>- 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