From 1e86f7113339c6b032a4500ce65cf959db97645a Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 10 Feb 2014 15:01:50 +0100 Subject: [ticket/12180] Add "Each file MUST end with exactly one newline character" rule PHPBB3-12180 --- phpBB/includes/constants.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 374b8ff7f7..c2c7ca0abd 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -289,4 +289,3 @@ define('WORDS_TABLE', $table_prefix . 'words'); define('ZEBRA_TABLE', $table_prefix . 'zebra'); // Additional tables - -- cgit v1.2.1