diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-09-27 22:50:25 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-27 22:50:25 +0200 |
commit | 986935c4745195f45cbff74e541ffc98ecac714e (patch) | |
tree | ffee63ff9310a8edf3198553bbb11594eed14125 | |
parent | c09bdb6c5535e7a7164acbe04e152ce415bfce9e (diff) | |
download | forums-986935c4745195f45cbff74e541ffc98ecac714e.tar forums-986935c4745195f45cbff74e541ffc98ecac714e.tar.gz forums-986935c4745195f45cbff74e541ffc98ecac714e.tar.bz2 forums-986935c4745195f45cbff74e541ffc98ecac714e.tar.xz forums-986935c4745195f45cbff74e541ffc98ecac714e.zip |
[feature/request-class] Adjust some trailing newlines
PHPBB3-9716
-rw-r--r-- | phpBB/common.php | 2 | ||||
-rw-r--r-- | phpBB/includes/ucp/ucp_register.php | 2 | ||||
-rw-r--r-- | 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 |