From 828447f53555e96bea4e37b6e6d1b78c5a3cc1fd Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sun, 9 Sep 2001 12:40:42 +0000 Subject: Removed some trailing newlines git-svn-id: file:///svn/phpbb/trunk@1016 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- phpBB/includes/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index af19e9dbd0..00cc6e2eb9 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -164,4 +164,4 @@ define('VOTE_DESC_TABLE', $table_prefix.'vote_desc'); define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results'); define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); -?> +?> \ No newline at end of file diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index bcde9d7dcb..34eedaf9bf 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -942,4 +942,4 @@ function obtain_word_list(&$orig_word, &$replacement_word) return(TRUE); } -?> +?> \ No newline at end of file -- cgit v1.2.1