You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2009/10/30 08:49:03 UTC

svn commit: r831218 - /webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c

Author: shankar
Date: Fri Oct 30 07:49:03 2009
New Revision: 831218

URL: http://svn.apache.org/viewvc?rev=831218&view=rev
Log:
Code formatting

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c?rev=831218&r1=831217&r2=831218&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/server/apache2/mod_axis2.c Fri Oct 30 07:49:03 2009
@@ -132,12 +132,12 @@
 
 /* Dispatch list for API hooks */
 module AP_MODULE_DECLARE_DATA axis2_module = { STANDARD20_MODULE_STUFF, NULL, /* create per-dir    config structures */
-NULL, /* merge  per-dir    config structures */
-axis2_create_svr, /* create per-server config structures */
-NULL, /* merge  per-server config structures */
-axis2_cmds, /* table of config file commands       */
-axis2_register_hooks /* register hooks                      */
-};
+    NULL, /* merge  per-dir    config structures */
+    axis2_create_svr, /* create per-server config structures */
+    NULL, /* merge  per-server config structures */
+    axis2_cmds, /* table of config file commands       */
+    axis2_register_hooks /* register hooks                      */
+    };
 
 static void *
 axis2_create_svr(