From e253428ad226588fe86196e3040c8a9ffde57bb7 Mon Sep 17 00:00:00 2001 From: nandika Date: Wed, 26 Dec 2012 14:36:53 +0000 Subject: added newlines, Fix for AXIS2C-1504 git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1425925 13f79535-47bb-0310-9956-ffa450edef68 --- src/core/clientapi/op_client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/clientapi/op_client.c') diff --git a/src/core/clientapi/op_client.c b/src/core/clientapi/op_client.c index 43479e6..86f5608 100644 --- a/src/core/clientapi/op_client.c +++ b/src/core/clientapi/op_client.c @@ -1450,4 +1450,5 @@ axis2_op_client_set_reuse( axis2_bool_t reuse) { op_client->reuse = reuse; -} \ No newline at end of file +} + -- cgit v1.1-32-gdbae