CRM-15849: fix translation string, comments
[civicrm-core.git] / CRM / Contact / BAO / GroupOrganization.php
index 3eca1c2fe2cf95583bb260e320fc354856e031df..848157d02629694dc1f381f0fe2fd4a4a3e19187 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -153,4 +153,5 @@ class CRM_Contact_BAO_GroupOrganization extends CRM_Contact_DAO_GroupOrganizatio
 
     return $results;
   }
+
 }