remove whitespace
authorHeather Killam <heather.killam.kw@gmail.com>
Mon, 6 Jun 2016 01:39:13 +0000 (19:39 -0600)
committerHeather Killam <heather.killam.kw@gmail.com>
Mon, 6 Jun 2016 01:39:13 +0000 (19:39 -0600)
CRM/Contact/Form/Contact.php

index b9eca4a16aa5d17b44795050fdfff4fa73509985..b94c37c7835badef7f9fcc8f190dd23fc786087b 100644 (file)
@@ -1292,7 +1292,7 @@ class CRM_Contact_Form_Contact extends CRM_Core_Form {
           // CRM-17619 - if the street number suffix begins with a number, add a space
           if ($fld === 'street_number_suffix' && ctype_digit(substr(CRM_Utils_Array::value($fld, $address), 0, 1))) {
             $streetAddress .= ' ';
-          }            
+          }
           $streetAddress .= CRM_Utils_Array::value($fld, $address);
         }
         $address['street_address'] = trim($streetAddress);