Remove white space at end of the line
authorLars Gleim <lgleim@users.noreply.github.com>
Sat, 20 Feb 2016 08:32:51 +0000 (09:32 +0100)
committerLars Gleim <lgleim@users.noreply.github.com>
Sat, 20 Feb 2016 08:32:51 +0000 (09:32 +0100)
CRM/Utils/System/Drupal6.php

index 4122b4a40ecb31103cb7671ec127803e836863e9..f94b8bea040850c0645494fde4b266c135d9a946 100644 (file)
@@ -286,7 +286,7 @@ class CRM_Utils_System_Drupal6 extends CRM_Utils_System_DrupalBase {
     global $base_url;
     $base_url = str_replace('http://', 'https://', $base_url);
   }
-  
+
   protected function getUsersTableName() {
     $userFrameworkUsersTableName = Civi::settings()->get('userFrameworkUsersTableName');
     if (empty($userFrameworkUsersTableName)) {