]> git.mjollnir.org Git - moodle.git/commitdiff
Whitespace cleanup.
authortjhunt <tjhunt>
Mon, 24 Sep 2007 15:45:29 +0000 (15:45 +0000)
committertjhunt <tjhunt>
Mon, 24 Sep 2007 15:45:29 +0000 (15:45 +0000)
question/type/edit_question_form.php
question/type/questiontype.php

index 8727f86d3c398c4708d012c9126bce90f057b478..de676bcee5b9d0c663334b8ca572b745e100a1ec 100644 (file)
@@ -146,7 +146,6 @@ class question_edit_form extends moodleform {
         // Any questiontype specific fields.
         $this->definition_inner($mform);
 
-
         if (!empty($this->question->id)){
             $mform->addElement('header', 'createdmodifiedheader', get_string('createdmodifiedheader', 'question'));
             $a = new object();
@@ -258,7 +257,6 @@ class question_edit_form extends moodleform {
     function qtype() {
         return '';
     }
-
 }
 
 ?>
\ No newline at end of file
index 50c51d3b94b6be49e6bd891b2370260444ab14ee..9db9ae20017ea93889ae94fb216a8753152f1cee 100644 (file)
@@ -740,7 +740,6 @@ class default_questiontype {
         // Core question types should not use this mechanism. Their styles
         // should be included in the standard theme.
 
-
         // We only do this once
         // for this question type, no matter how often this method is called.
         if ($this->already_done) {