Merge remote-tracking branch 'origin/4.5' into 4.5-master-2015-02-24-17-24-05
[civicrm-core.git] / CRM / Event / Page / ParticipantListing / NameStatusAndDate.php
index 6bf6fa8bee61327da9c3bd06cbffc26940521e04..d783d3232b9d6650dbac8802627f4364aaff8535 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -189,4 +189,5 @@ SELECT count( civicrm_contact.id )
 
     return $sort->orderBy();
   }
+
 }