MDL-33117 Whitespace fixes
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Jan 2013 18:09:57 +0000 (19:09 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Jan 2013 18:11:48 +0000 (19:11 +0100)
grade/tests/reportuser_test.php

index 79530c4..b27d717 100644 (file)
@@ -38,7 +38,7 @@ class gradereportuserlib_testcase extends advanced_testcase {
     /**
      * Tests grade_report_user::inject_rowspans()
      *
-     * inject_rowspans() returns the count of the number of elements, sets maxdepth on the 
+     * inject_rowspans() returns the count of the number of elements, sets maxdepth on the
      *  report object and sets the rowspan property on any element that has children.
      */
     public function test_inject_rowspans() {
@@ -63,7 +63,7 @@ class gradereportuserlib_testcase extends advanced_testcase {
         $teacher = $this->getDataGenerator()->create_user(array('username' => 'Teacher T'));
         $role = $DB->get_record('role', array('shortname' => 'editingteacher'), '*', MUST_EXIST);
         $this->getDataGenerator()->enrol_user($teacher->id, $course->id, $role->id);
-        
+
         // An array so we can test with both users in a loop.
         $users = array($student, $teacher);