Merge pull request #5485 from eileenmcnaughton/4.6
[civicrm-core.git] / CRM / Core / BAO / Preferences.php
index c2bb7e1fab3e7181355b8c7f1321a6a374d14587..a7020ea7ce6bdd35ee411a2fc2f9c784cda96cd7 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -148,4 +148,5 @@ AND    v.is_active = 1
       }
     }
   }
+
 }