MDL-48679 gradebook: Fixing trailing whitespace
authorDavid Monllao <davidm@moodle.com>
Tue, 10 Feb 2015 09:48:57 +0000 (17:48 +0800)
committerDavid Monllao <davidm@moodle.com>
Tue, 10 Feb 2015 09:48:57 +0000 (17:48 +0800)
grade/export/lib.php
grade/export/ods/export.php
grade/export/txt/export.php

index a2d02d8..7dd9a84 100644 (file)
@@ -390,7 +390,7 @@ abstract class grade_export {
             // Implode the grade display types array as moodle_url function doesn't accept arrays.
             $displaytypes = implode(',', $this->displaytype);
         }
-        
+
         if (!empty($this->updatedgradesonly)) {
             $updatedgradesonly = $this->updatedgradesonly;
         } else {
index 6aab1b0..031f568 100644 (file)
@@ -57,6 +57,3 @@ if (!empty($CFG->gradepublishing) && !empty($key)) {
 } else {
     $export->print_grades();
 }
-
-
-
index 918ff96..d150e1a 100644 (file)
@@ -64,5 +64,3 @@ if (!empty($CFG->gradepublishing) && !empty($key)) {
 } else {
     $export->print_grades();
 }
-
-