From 103f776c25b7fdd51da4f98643b8dcdb09efdce6 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 23 Sep 2011 13:38:09 +0000 Subject: Cleanup effort in prep for GA push: Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174748 13f79535-47bb-0310-9956-ffa450edef68 --- include/util_time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/util_time.h') diff --git a/include/util_time.h b/include/util_time.h index e4e02dbbfd..2cd283306e 100644 --- a/include/util_time.h +++ b/include/util_time.h @@ -81,7 +81,7 @@ AP_DECLARE(apr_status_t) ap_explode_recent_gmt(apr_time_exp_t *tm, /** * format a recent timestamp in the ctime() format. * @param date_str String to write to. - * @param t the time to convert + * @param t the time to convert * @note Consider using ap_recent_ctime_ex instead. * @return APR_SUCCESS iff successful */ @@ -91,7 +91,7 @@ AP_DECLARE(apr_status_t) ap_recent_ctime(char *date_str, apr_time_t t); /** * format a recent timestamp in an extended ctime() format. * @param date_str String to write to. - * @param t the time to convert + * @param t the time to convert * @param option Additional formatting options (AP_CTIME_OPTION_*). * @param len Pointer to an int containing the length of the provided buffer. * On successful return it contains the number of bytes written to the @@ -105,7 +105,7 @@ AP_DECLARE(apr_status_t) ap_recent_ctime_ex(char *date_str, apr_time_t t, /** * format a recent timestamp in the RFC822 format * @param date_str String to write to (must have length >= APR_RFC822_DATE_LEN) - * @param t the time to convert + * @param t the time to convert */ AP_DECLARE(apr_status_t) ap_recent_rfc822_date(char *date_str, apr_time_t t); -- cgit v1.2.3