mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03:00
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
This commit is contained in:
@@ -167,7 +167,7 @@ AP_DECLARE(apr_status_t) ap_mutex_register(apr_pool_t *pconf,
|
||||
* stored. If this mutex is disabled, mutex will be set to NULL on
|
||||
* output. (That is allowed only if the AP_MUTEX_ALLOW_NONE flag is
|
||||
* passed to ap_mutex_register().)
|
||||
* @param name The generated filename of the created mutex, or NULL if
|
||||
* @param name The generated filename of the created mutex, or NULL if
|
||||
* no file was created. Pass NULL if this result is not needed.
|
||||
* @param type The type name of the mutex, matching the type name passed
|
||||
* to ap_mutex_register().
|
||||
@@ -194,7 +194,7 @@ AP_DECLARE(apr_status_t) ap_global_mutex_create(apr_global_mutex_t **mutex,
|
||||
* stored. If this mutex is disabled, mutex will be set to NULL on
|
||||
* output. (That is allowed only if the AP_MUTEX_ALLOW_NONE flag is
|
||||
* passed to ap_mutex_register().)
|
||||
* @param name The generated filename of the created mutex, or NULL if
|
||||
* @param name The generated filename of the created mutex, or NULL if
|
||||
* no file was created. Pass NULL if this result is not needed.
|
||||
* @param type The type name of the mutex, matching the type name passed
|
||||
* to ap_mutex_register().
|
||||
|
||||
Reference in New Issue
Block a user