Merge pull request #5044 from colemanw/Comment
[civicrm-core.git] / CRM / Utils / Zip.php
index cf6c90186d8469699ffaff7c484e132eda5a8ba9..d81b3ed05c2eb1584950fac223d0369791fb9051 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -152,4 +152,5 @@ class CRM_Utils_Zip {
     }
     return TRUE;
   }
+
 }