INFRA-132 - Put space after flow-control (if/switch/for/foreach/while)
[civicrm-core.git] / CRM / Extension / System.php
index 021b3a6e625a9cd76aaf54505cb96fcc2b395d3d..bdc93a0ae3ad0feb781ea674654ff6f7e61d67a1 100644 (file)
@@ -238,7 +238,7 @@ class CRM_Extension_System {
 
       // boolean false means don't try to check extensions
       // http://issues.civicrm.org/jira/browse/CRM-10575
-      if($url === FALSE) {
+      if ($url === FALSE) {
         $this->_repoUrl = FALSE;
       }
       else {