summaryrefslogtreecommitdiff
path: root/modules/core
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
committerJim Jagielski <jim@apache.org>2011-09-23 13:38:09 +0000
commit103f776c25b7fdd51da4f98643b8dcdb09efdce6 (patch)
treea180a9a0f13da4a983913f50a3ad1a7e2f2a675a /modules/core
parent69c1a5c854b89a80cf5ca08b7b38d9f0a88c2667 (diff)
downloadhttpd-103f776c25b7fdd51da4f98643b8dcdb09efdce6.tar.gz
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 'modules/core')
-rw-r--r--modules/core/mod_so.h2
-rw-r--r--modules/core/mod_watchdog.h10
2 files changed, 6 insertions, 6 deletions
diff --git a/modules/core/mod_so.h b/modules/core/mod_so.h
index d4ee05b149..2b26999ea7 100644
--- a/modules/core/mod_so.h
+++ b/modules/core/mod_so.h
@@ -17,7 +17,7 @@
/**
* @file mod_so.h
* @brief Shared Object Loader Extension Module for Apache
- *
+ *
* @defgroup MOD_SO mod_so
* @ingroup APACHE_MODS
* @{
diff --git a/modules/core/mod_watchdog.h b/modules/core/mod_watchdog.h
index 43253dea1b..13d23ba960 100644
--- a/modules/core/mod_watchdog.h
+++ b/modules/core/mod_watchdog.h
@@ -78,7 +78,7 @@ extern "C" {
typedef struct ap_watchdog_t ap_watchdog_t;
-/* Create a set of AP_WD_DECLARE(type), AP_WD_DECLARE_NONSTD(type) and
+/* Create a set of AP_WD_DECLARE(type), AP_WD_DECLARE_NONSTD(type) and
* AP_WD_DECLARE_DATA with appropriate export and import tags for the platform
*/
#if !defined(AP_WD_DECLARE)
@@ -154,7 +154,7 @@ APR_DECLARE_OPTIONAL_FN(apr_status_t, ap_watchdog_set_callback_interval,
/**
* Watchdog require hook.
- * @param s The server record
+ * @param s The server record
* @param name Watchdog name.
* @param parent Non-zero to indicate the parent process watchdog mode.
* @param singleton Non-zero to indicate the singleton watchdog mode.
@@ -172,7 +172,7 @@ APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_need, (server_rec *s,
/**
* Watchdog initialize hook.
* It is called after the watchdog thread is initialized.
- * @param s The server record
+ * @param s The server record
* @param name Watchdog name.
* @param pool The pool used to create the watchdog.
*/
@@ -184,7 +184,7 @@ APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_init, (
/**
* Watchdog terminate hook.
* It is called when the watchdog thread is terminated.
- * @param s The server record
+ * @param s The server record
* @param name Watchdog name.
* @param pool The pool used to create the watchdog.
*/
@@ -196,7 +196,7 @@ APR_DECLARE_EXTERNAL_HOOK(ap, AP_WD, int, watchdog_exit, (
/**
* Fixed interval watchdog hook.
* It is called regularly on @p AP_WD_TM_INTERVAL interval.
- * @param s The server record
+ * @param s The server record
* @param name Watchdog name.
* @param pool Temporary pool destroyed after the call.
*/