summaryrefslogtreecommitdiff
path: root/modules/echo
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-11-16 16:31:25 +0000
committerJim Jagielski <jim@apache.org>2005-11-16 16:31:25 +0000
commit08c97ba290d9b8cb32992529db3f66c6c3c35589 (patch)
treeae985c5fa21f1cd0401e544872f2c6fde0f70cc9 /modules/echo
parent609d0155e2b34d9cd12a501e8c41b03b26cd26f5 (diff)
downloadhttpd-08c97ba290d9b8cb32992529db3f66c6c3c35589.tar.gz
No functional change: remove "internal" tab spacing/formatting.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@345053 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/echo')
-rw-r--r--modules/echo/mod_echo.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c
index 65b69a9b44..6a9b249092 100644
--- a/modules/echo/mod_echo.c
+++ b/modules/echo/mod_echo.c
@@ -96,10 +96,10 @@ static void register_hooks(apr_pool_t *p)
module AP_MODULE_DECLARE_DATA echo_module = {
STANDARD20_MODULE_STUFF,
- NULL, /* create per-directory config structure */
- NULL, /* merge per-directory config structures */
- create_echo_server_config, /* create per-server config structure */
- NULL, /* merge per-server config structures */
- echo_cmds, /* command apr_table_t */
- register_hooks /* register hooks */
+ NULL, /* create per-directory config structure */
+ NULL, /* merge per-directory config structures */
+ create_echo_server_config, /* create per-server config structure */
+ NULL, /* merge per-server config structures */
+ echo_cmds, /* command apr_table_t */
+ register_hooks /* register hooks */
};