mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
[feature/extension-manager] Add missing newlines at end of files
PHPBB3-10323
This commit is contained in:
parent
5d5030a48b
commit
c6fd8d9c9b
6 changed files with 6 additions and 6 deletions
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_bar_my_hidden_class
|
class phpbb_ext_bar_my_hidden_class
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_foo_a_class
|
class phpbb_ext_foo_a_class
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_foo_b_class
|
class phpbb_ext_foo_b_class
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_foo extends phpbb_extension_base
|
class phpbb_ext_foo extends phpbb_extension_base
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_foo_type_alternative
|
class phpbb_ext_foo_type_alternative
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,4 +2,4 @@
|
||||||
|
|
||||||
class phpbb_ext_moo_feature_class
|
class phpbb_ext_moo_feature_class
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue