MDL-36602 - fix whitespace
authorDan Poltawski <dan@moodle.com>
Tue, 22 Jan 2013 07:45:34 +0000 (15:45 +0800)
committerDan Poltawski <dan@moodle.com>
Tue, 22 Jan 2013 07:45:34 +0000 (15:45 +0800)
admin/tool/uploaduser/index.php

index a43a08d..f249f1d 100644 (file)
@@ -292,7 +292,7 @@ if ($formdata = $mform2->is_cancelled()) {
             $upt->track('username', $errorstr, 'error');
             $userserrors++;
         }
-        
+
         if (empty($user->mnethostid)) {
             $user->mnethostid = $CFG->mnet_localhost_id;
         }