]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix formatting.
authorBen Laurie <ben@apache.org>
Sun, 15 Aug 1999 00:15:44 +0000 (00:15 +0000)
committerBen Laurie <ben@apache.org>
Sun, 15 Aug 1999 00:15:44 +0000 (00:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83681 13f79535-47bb-0310-9956-ffa450edef68

modules/echo/mod_echo.c

index 025e72afe4d25726dc830439a2c9276f30abf005..0b7ad2d44afbfac7ca4af93989f366abeffb801e 100644 (file)
@@ -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,