From: Ben Laurie Date: Sun, 15 Aug 1999 00:15:44 +0000 (+0000) Subject: Fix formatting. X-Git-Tag: mpm-merge-2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cbf7240dbb40e2a6db52b33f35aea1cfeeb0b70;p=thirdparty%2Fapache%2Fhttpd.git Fix formatting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83681 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c index 025e72afe4d..0b7ad2d44af 100644 --- a/modules/echo/mod_echo.c +++ b/modules/echo/mod_echo.c @@ -57,9 +57,9 @@ static const command_rec echo_cmds[] = { }; static void register_hooks() - { +{ ap_hook_process_connection(process_echo_connection,NULL,NULL,HOOK_MIDDLE); - } +} API_VAR_EXPORT module echo_module = { STANDARD20_MODULE_STUFF,