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

@@ -25,7 +25,7 @@ function booking_manual_payment_admin($nid)
array(':eid' => $event->eid,));
//empty payment option
$payment_type_options[0] = '';
$payment_type_options[0] = '';
foreach($result as $row)
{
@@ -66,7 +66,7 @@ function booking_manual_payment_admin($nid)
'#options' => $payment_balance_options,
'#default_value' => 1,
'#required' => FALSE,
);
);
$header = array (
'booking_nid' => array('data' => t('Booking ID')),