Skip to content

Commit

Permalink
MDL-39752 fix whitespace errors
Browse files Browse the repository at this point in the history
(And some others unrelated to above issue, because its spring and i'm
cleaning).
  • Loading branch information
danpoltawski committed Mar 10, 2015
1 parent 17e675a commit 9be958e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/behat/classes/behat_command.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
3 changes: 1 addition & 2 deletions plagiarism/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ public function get_configs() {
}

/**
* 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 '';
Expand Down
2 changes: 1 addition & 1 deletion theme/switchdevice.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit 9be958e

Please sign in to comment.