Merge branch 4.5 into master
[civicrm-core.git] / CRM / Utils / Tree.php
index ce7140275c0ba0d95e6fc2f60b100d55f1e1f909..19ecf80bf29620a00fffc7a53f8a0a32cb3bb37e 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -222,4 +222,5 @@ class CRM_Utils_Tree {
   public function display() {
     print_r($this->tree);
   }
+
 }