Merge pull request #4981 from totten/master-cbf2
[civicrm-core.git] / CRM / Case / Form / Report.php
index 66215cce5688e8b73f08f6bc370b71e0200f9a6b..0499dd51abcb6d557226d2a6a1b3fe5595ffe8e3 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -136,4 +136,5 @@ class CRM_Case_Form_Report extends CRM_Core_Form {
     );
     $this->set('report', $contents);
   }
+
 }