From: skodak Date: Wed, 21 Oct 2009 20:03:05 +0000 (+0000) Subject: MDL-17135 fixed whitespace coding style X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bb5b86a9c1db86a36498997cb52c024a07034e70;p=moodle.git MDL-17135 fixed whitespace coding style --- diff --git a/admin/webservice/service_functions.php b/admin/webservice/service_functions.php index e37c644e05..d5e40ea9a9 100644 --- a/admin/webservice/service_functions.php +++ b/admin/webservice/service_functions.php @@ -55,8 +55,7 @@ if ($action === 'delete' and confirm_sesskey() and $service and empty($service-> $DB->delete_records('external_services_functions', array('externalserviceid'=>$service->id, 'functionname'=>$function->name)); redirect($thisurl); -} -else if ($action === 'add') { +} else if ($action === 'add') { if (optional_param('save', 0, PARAM_ACTION)) {