]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17135 fixed whitespace coding style
authorskodak <skodak>
Wed, 21 Oct 2009 20:03:05 +0000 (20:03 +0000)
committerskodak <skodak>
Wed, 21 Oct 2009 20:03:05 +0000 (20:03 +0000)
admin/webservice/service_functions.php

index e37c644e052b084c395e6da9eaf326d954139df9..d5e40ea9a946ac943aea18b55c5d1bb3d9f877fd 100644 (file)
@@ -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)) {