diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-09-21 11:01:01 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-10-09 10:15:39 +0200 |
commit | e158db5daa8b9eedfea9d17b5d678320ac7f8f61 (patch) | |
tree | 251c6e7e3c9d6b59acd9ab4ee018dbed3a9dbfc2 /phpBB/phpbb | |
parent | 40117c77304468120245ae05b6b99f1d2a68c9f6 (diff) | |
download | forums-e158db5daa8b9eedfea9d17b5d678320ac7f8f61.tar forums-e158db5daa8b9eedfea9d17b5d678320ac7f8f61.tar.gz forums-e158db5daa8b9eedfea9d17b5d678320ac7f8f61.tar.bz2 forums-e158db5daa8b9eedfea9d17b5d678320ac7f8f61.tar.xz forums-e158db5daa8b9eedfea9d17b5d678320ac7f8f61.zip |
[ticket/14168] Minor coding style fixes
PHPBB3-14168
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/attachment/delete.php | 2 | ||||
-rw-r--r-- | phpBB/phpbb/attachment/resync.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/attachment/delete.php b/phpBB/phpbb/attachment/delete.php index 4ef320eab4..32469c124c 100644 --- a/phpBB/phpbb/attachment/delete.php +++ b/phpBB/phpbb/attachment/delete.php @@ -376,4 +376,4 @@ class delete $this->config->increment('num_files', $files_removed * (-1), false); } } -}
\ No newline at end of file +} diff --git a/phpBB/phpbb/attachment/resync.php b/phpBB/phpbb/attachment/resync.php index c247fcce7a..9abf961c6b 100644 --- a/phpBB/phpbb/attachment/resync.php +++ b/phpBB/phpbb/attachment/resync.php @@ -120,4 +120,4 @@ class resync } } -}
\ No newline at end of file +} |