You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/03/20 07:41:12 UTC

svn commit: r387156 - /webservices/axis2/site/c/M0_5/userguide3.html

Author: samisa
Date: Sun Mar 19 22:41:11 2006
New Revision: 387156

URL: http://svn.apache.org/viewcvs?rev=387156&view=rev
Log:
Styling fix added

Modified:
    webservices/axis2/site/c/M0_5/userguide3.html

Modified: webservices/axis2/site/c/M0_5/userguide3.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/site/c/M0_5/userguide3.html?rev=387156&r1=387155&r2=387156&view=diff
==============================================================================
--- webservices/axis2/site/c/M0_5/userguide3.html (original)
+++ webservices/axis2/site/c/M0_5/userguide3.html Sun Mar 19 22:41:11 2006
@@ -150,12 +150,11 @@
 <font color="#000000">axis2_get_instance</font>(<font color="#000000">axis2_svc_skeleton_t</font> **<font color="#000000">inst</font>,<br></br>
                    <font color="#000000">axis2_env_t</font> **<font color="#000000">env</font>)<br></br>
 {<br></br>
-        *<font color="#000000">inst</font> = <font color="#000000">axis2_echo_create</font>(<font color="#000000">env</font>);<br></br>
+    *<font color="#000000">inst</font> = <font color="#000000">axis2_echo_create</font>(<font color="#000000">env</font>);<br></br>
     <font color="#000000"><b>if</b></font>(!(*<font color="#000000">inst</font>))<br></br>
     {<br></br>
         <font color="#000000"><b>return</b></font> <font color="#000000">AXIS2_FAILURE</font>;<br></br>
     }<br></br>
-<br></br>
     <font color="#000000"><b>return</b></font> <font color="#000000">AXIS2_SUCCESS</font>;<br></br>
 }<br></br>
 <br></br>
@@ -164,8 +163,8 @@
                       <font color="#000000">axis2_env_t</font> **<font color="#000000">env</font>)<br></br>
 {<br></br>
     <font color="#000000">axis2_status_t</font> <font color="#000000">status</font> = <font color="#000000">AXIS2_FAILURE</font>;<br></br>
-        <font color="#000000"><b>if</b></font> (<font color="#000000">inst</font>)<br></br>
-        {<br></br>
+    <font color="#000000"><b>if</b></font> (<font color="#000000">inst</font>)<br></br>
+    {<br></br>
         <font color="#000000">status</font> = <font color="#000000">AXIS2_SVC_SKELETON_FREE</font>(<font color="#000000">inst</font>, <font color="#000000">env</font>);<br></br>
     }<br></br>
     <font color="#000000"><b>return</b></font> <font color="#000000">status</font>;<br></br>