cleanup trailing whitespace

This commit is contained in:
2016-05-19 08:24:50 +10:00
parent ea0a6bb8fc
commit f027df3f6e
15 changed files with 35 additions and 42 deletions

View File

@@ -99,7 +99,7 @@ function booking_available_leadhelp_select_form($node, &$form_state, $group_id)
$query->fields('p');
//$query->groupBy('booking_gender');
$table_sort = $query->extend('TableSort')->orderbyHeader($header);
$result = $table_sort->execute();
$result = $table_sort->execute();
foreach($result as $data)
{
@@ -1303,7 +1303,7 @@ function booking_studygroups_update_form($node, &$form_state, $sid) {
'booking_studygroup_role' => $person->booking_studygroup_role,
);
$updates_to_confirm[] = array('sid' => $mapping->sid, 'fields' => $update);
$updates_to_confirm[] = array('sid' => $mapping->sid, 'fields' => $update);
}
//elseif ($mapping->booking_session_id !== $person->session && $group->sid == $reading_group_id)