MDL-39752 fix whitespace errors

(And some others unrelated to above issue, because its spring and i'm
cleaning).
This commit is contained in:
Dan Poltawski 2015-03-10 14:13:20 +00:00
parent 17e675a7fc
commit 9be958e2f0
3 changed files with 5 additions and 6 deletions

View File

@ -50,10 +50,10 @@ class behat_command {
public static function get_behat_dir($runprocess = 0) {
global $CFG;
// If not set then return empty string.
if (!isset($CFG->behat_dataroot)) {
// If not set then return empty string.
if (!isset($CFG->behat_dataroot)) {
return "";
}
}
if (empty($runprocess)) {
$behatdir = $CFG->behat_dataroot . '/behat';

View File

@ -42,10 +42,9 @@ class plagiarism_plugin {
}
/**
* hook to allow plagiarism specific information to be displayed beside a submission
* hook to allow plagiarism specific information to be displayed beside a submission
* @param array $linkarraycontains all relevant information for the plugin to generate a link
* @return string
*
*/
public function get_links($linkarray) {
return '';

View File

@ -16,7 +16,7 @@
/**
* This code processes switch device requests-> ... -> Theme selector UI.
*
*
* This script doesn't require login as not logged in users should still
* be able to switch the device theme they are using.
*