From a932fa439f34b9fd5676709d4ac0ee12bf3faa69 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 16 Jan 2013 01:30:19 +0100 Subject: [PATCH] MDL-35775 Whitespace fix. --- group/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/group/import.php b/group/import.php index 2ab756b7411..a4d351bffdb 100644 --- a/group/import.php +++ b/group/import.php @@ -194,7 +194,7 @@ if ($mform_post->is_cancelled()) { echo $OUTPUT->notification(get_string('groupnotaddederror', 'error', $groupname)); continue; } - + // Add group to grouping if (isset($newgroup->groupingname)) { $groupingname = $newgroup->groupingname;