diff --git a/phpBB/develop/regex.php b/phpBB/develop/regex.php
index 4498204b4a..049fc28755 100644
--- a/phpBB/develop/regex.php
+++ b/phpBB/develop/regex.php
@@ -8,7 +8,6 @@
//
die("Please read the first lines of this script for instructions on how to enable it");
-
// IP regular expressions
$dec_octet = '(?:\d{1,2}|1\d\d|2[0-4]\d|25[0-5])';
@@ -80,4 +79,4 @@ echo 'www.URL: ' . $www_url . "
\n";
$relative_url = "$segment$path_abempty(?:\?$query)?(?:\#$fragment)?";
echo 'relative URL: ' . $relative_url . "
\n";
-?>
\ No newline at end of file
+?>