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 di...@apache.org on 2007/07/12 11:58:11 UTC

svn commit: r555557 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: dinesh
Date: Thu Jul 12 02:58:10 2007
New Revision: 555557

URL: http://svn.apache.org/viewvc?view=rev&rev=555557
Log:
op client code indention, tabs  replaced with four spaces

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?view=diff&rev=555557&r1=555556&r2=555557
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Thu Jul 12 02:58:10 2007
@@ -436,7 +436,7 @@
             response_mc = axis2_op_client_two_way_send(env, msg_ctx);
             if(!response_mc)
             {
-                const axis2_char_t *mep = axis2_op_get_msg_exchange_pattern(op,                           env);
+                const axis2_char_t *mep = axis2_op_get_msg_exchange_pattern(op, env);
                 if(!(axutil_strcmp(mep, AXIS2_MEP_URI_OUT_ONLY)) ||
                    !(axutil_strcmp(mep, AXIS2_MEP_URI_ROBUST_OUT_ONLY)))
                 {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org