From 8503aae437992cac9ebfa4c736fd3647c4725c34 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Fri, 26 Sep 2008 04:51:50 +0000 Subject: [PATCH] "fixed code format" --- mnet/rpclib.php | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/mnet/rpclib.php b/mnet/rpclib.php index 1438b24c6c..7e75082d94 100644 --- a/mnet/rpclib.php +++ b/mnet/rpclib.php @@ -15,26 +15,26 @@ function mnet_concatenate_strings_RPC_OK() { function mnet_publishes() { $servicelist = array(); - $service['name'] = 'sso'; - $function['name'] = 'mnet_concatenate_strings'; + $service['name'] = 'sso'; + $function['name'] = 'mnet_concatenate_strings'; - // first argument - $argument['type'] = 'string'; - $argument['default'] = ''; - $function['arguments'][] = $argument; + // first argument + $argument['type'] = 'string'; + $argument['default'] = ''; + $function['arguments'][] = $argument; - // second argument - $argument['type'] = 'string'; - $argument['default'] = ''; - $function['arguments'][] = $argument; + // second argument + $argument['type'] = 'string'; + $argument['default'] = ''; + $function['arguments'][] = $argument; - // third argument - $argument['type'] = 'string'; - $argument['default'] = ''; - $function['arguments'][] = $argument; - - $function['description'] = get_string($function['name'], 'mnet'); - $service['functions'][] = $function; + // third argument + $argument['type'] = 'string'; + $argument['default'] = ''; + $function['arguments'][] = $argument; + + $function['description'] = get_string($function['name'], 'mnet'); + $service['functions'][] = $function; $servicelist[] = $service; return $servicelist; -- 2.39.5