a few comment fixes
[civicrm-core.git] / CRM / Core / Session.php
index 88e539c5b78a1b06515878b8a994c3b3e889c857..ba1fe1b2a88bcdcbc342b53e8ff032503b8c857b 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 
 require_once "PEAR.php";
@@ -574,4 +574,5 @@ class CRM_Core_Session {
     // helps proxies like varnish
     return empty($_SESSION);
   }
+
 }