1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[feature/extension-manager] Add missing newlines at end of files

PHPBB3-10323
This commit is contained in:
Nils Adermann 2011-08-21 03:02:48 -04:00
parent 5d5030a48b
commit c6fd8d9c9b
6 changed files with 6 additions and 6 deletions

View File

@ -2,4 +2,4 @@
class phpbb_ext_bar_my_hidden_class
{
}
}

View File

@ -2,4 +2,4 @@
class phpbb_ext_foo_a_class
{
}
}

View File

@ -2,4 +2,4 @@
class phpbb_ext_foo_b_class
{
}
}

View File

@ -2,4 +2,4 @@
class phpbb_ext_foo extends phpbb_extension_base
{
}
}

View File

@ -2,4 +2,4 @@
class phpbb_ext_foo_type_alternative
{
}
}

View File

@ -2,4 +2,4 @@
class phpbb_ext_moo_feature_class
{
}
}