mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 09:31:28 +02:00
[ticket/11224] Fix coding style
PHPBB3-11224
This commit is contained in:
@@ -299,7 +299,7 @@ class acm_memory
|
|||||||
}
|
}
|
||||||
|
|
||||||
$tables = array();
|
$tables = array();
|
||||||
foreach($regs as $match)
|
foreach ($regs as $match)
|
||||||
{
|
{
|
||||||
if ($match[0][0] == 'F')
|
if ($match[0][0] == 'F')
|
||||||
{
|
{
|
||||||
@@ -448,4 +448,4 @@ class acm_memory
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user