diff options
author | Jim Jagielski <jim@apache.org> | 2011-09-23 15:38:09 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-09-23 15:38:09 +0200 |
commit | 103f776c25b7fdd51da4f98643b8dcdb09efdce6 (patch) | |
tree | a180a9a0f13da4a983913f50a3ad1a7e2f2a675a /include/util_time.h | |
parent | Cleanup effort in prep for GA push: (diff) | |
download | apache2-103f776c25b7fdd51da4f98643b8dcdb09efdce6.tar.xz apache2-103f776c25b7fdd51da4f98643b8dcdb09efdce6.zip |
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
Diffstat (limited to 'include/util_time.h')
-rw-r--r-- | include/util_time.h | 6 |
1 files changed, 3 insertions, 3 deletions
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); |