No spaces after (casts)
[lhc/web/wiklou.git] / includes / Sanitizer.php
index d09e8d9..1d20f18 100644 (file)
@@ -1802,6 +1802,6 @@ class Sanitizer {
                $                      # End of string
                /ix"; // case Insensitive, eXtended
 
-               return (bool) preg_match( $HTML5_email_regexp, $addr );
+               return (bool)preg_match( $HTML5_email_regexp, $addr );
        }
 }