MDL-28364 whitespace fixes

This commit is contained in:
Eloy Lafuente (stronk7)
2012-03-07 04:02:03 +01:00
parent bab29cb50b
commit b23ffc0937
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -102,7 +102,7 @@ class qformat_default {
public function export_file_extension() {
return '.txt';
}
/**
* Check if the given file is capable of being imported by this plugin.
*
@@ -110,7 +110,7 @@ class qformat_default {
* not be performed by this method. Simple file type or magic-number tests
* would be suitable.
*
* @param stored_file $file the file to check
* @param stored_file $file the file to check
* @return bool whether this plugin can import the file
*/
public function can_import_file($file) {
+1 -1
View File
@@ -39,7 +39,7 @@ class qformat_blackboard_six extends qformat_default {
function provide_import() {
return true;
}
public function can_import_file($file) {
$mimetypes = array(
mimeinfo('type', '.dat'),