Merge pull request #4962 from totten/master-angular-ts
[civicrm-core.git] / CRM / Core / Page / AJAX.php
index dabebbb846fc4df80c8c62a1f9bebf268eb88658..ecdd67047b550419f1ccca2536ab0f6ec7f67389 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -238,4 +238,5 @@ class CRM_Core_Page_AJAX {
     }
     CRM_Utils_System::civiExit();
   }
+
 }