Merge pull request #5106 from cividesk/CRM-14974-4.6
[civicrm-core.git] / CRM / Event / BAO / ParticipantStatusType.php
index 00b5db2ac66b1f344b40a39ab9b8e75be834df0b..db5f33ea1f8febb96ee014091299c0a797cca397 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -321,4 +321,5 @@ LEFT JOIN  civicrm_event event ON ( event.id = participant.event_id )
 
     return array('is_error' => 0, 'messages' => $returnMessages);
   }
+
 }