Correct Formatting
authordanbrellis <danbrellis@gmail.com>
Sun, 11 Sep 2016 01:17:46 +0000 (21:17 -0400)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2016 01:17:46 +0000 (21:17 -0400)
Removed white space in linebreak

CRM/Export/BAO/Export.php

index a69674b353dcdbecf3b6422faac8ac277e9f039b..42aa7a96f35ae9d0e670273636c83a08961f410d 100644 (file)
@@ -713,7 +713,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c
       if (strpos('contact_a.id', $order) === FALSE) {
         $order .= ", contact_a.id";
       }
-      
+
       list($field, $dir) = explode(' ', $order, 2);
       $field = trim($field);
       if (!empty($returnProperties[$field])) {