]> git.mjollnir.org Git - moodle.git/commitdiff
Clean up whitespace.
authortjhunt <tjhunt>
Wed, 3 Sep 2008 08:31:37 +0000 (08:31 +0000)
committertjhunt <tjhunt>
Wed, 3 Sep 2008 08:31:37 +0000 (08:31 +0000)
mod/quiz/attemptlib.php

index af6e33ba9bfe8389b804443109d650cb1a37d8a2..9a91a7d329101d2f8f3e8572d018e1aafb4553fc 100644 (file)
@@ -471,7 +471,6 @@ class quiz_attempt extends quiz {
         global $USER;
         return $this->attempt->userid == $USER->id &&
                 (!$this->is_preview_user() || $this->attempt->preview);
-
     }
 
     public function get_question_state($questionid) {