From 986935c4745195f45cbff74e541ffc98ecac714e Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Mon, 27 Sep 2010 22:50:25 +0200 Subject: [PATCH] [feature/request-class] Adjust some trailing newlines PHPBB3-9716 --- phpBB/common.php | 2 +- phpBB/includes/ucp/ucp_register.php | 2 +- phpBB/install/index.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/common.php b/phpBB/common.php index 41df3049a1..2eba85383d 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -243,4 +243,4 @@ foreach ($cache->obtain_hooks() as $hook) @include($phpbb_root_path . 'includes/hooks/' . $hook . '.' . $phpEx); } -?> +?> \ No newline at end of file diff --git a/phpBB/includes/ucp/ucp_register.php b/phpBB/includes/ucp/ucp_register.php index ce682da56b..5fab865093 100644 --- a/phpBB/includes/ucp/ucp_register.php +++ b/phpBB/includes/ucp/ucp_register.php @@ -503,4 +503,4 @@ class ucp_register } } -?> +?> \ No newline at end of file diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 50f0a049f2..5894a228c7 100644 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -818,4 +818,4 @@ class module } } -?> +?> \ No newline at end of file