some comment fixes
[civicrm-core.git] / CRM / Export / BAO / Export.php
index 1227a184ea16c58cfc41cf67a19b196f6f4f2ed1..d991ee3b01603b6da9ffa4f287e717a0db2fee45 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -2038,4 +2038,5 @@ WHERE  {$whereClause}";
     }
     return $componentPaymentFields;
   }
+
 }