MDL-26277: Fixed whitespace post integration
authorSam Hemelryk <sam@moodle.com>
Tue, 5 Jun 2012 21:13:43 +0000 (09:13 +1200)
committerSam Hemelryk <sam@moodle.com>
Tue, 5 Jun 2012 21:15:18 +0000 (09:15 +1200)
grade/import/csv/index.php
lib/filelib.php

index de9abe2..74b8c56 100644 (file)
@@ -126,7 +126,7 @@ if ($formdata = $mform->get_data()) {
     fclose($fp);
 
     if (!$fp = fopen($filename, "r")) {
-       print_error('cannotopenfile');
+        print_error('cannotopenfile');
     }
 
     // --- get header (field names) ---
index 8f608d9..ef1abdb 100644 (file)
@@ -2535,7 +2535,6 @@ function fulldelete($location) {
         return false;
     }
     if (is_dir($location)) {
-        
         if (!$currdir = opendir($location)) {
             return false;
         }