diff --git a/core/includes/common.inc b/core/includes/common.inc
index 9c0b684..cc17337 100644
--- a/core/includes/common.inc
+++ b/core/includes/common.inc
@@ -727,7 +727,8 @@ function _external_url_is_local($url) {
 
   if (!isset($url_parts['path'])) {
     return ($url_parts['host'] == $base_host);
-  } else {
+  }
+  else {
     // When comparing base paths, we need a trailing slash to make sure a
     // partial URL match isn't occuring. Since base_path() always returns with
     // a trailing slash, we don't need to add the trailing slash here.
