1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-21 16:22:22 +02:00

[ticket/11224] Fix coding style

PHPBB3-11224
This commit is contained in:
Tristan Darricau 2014-05-15 01:17:02 +02:00
parent b7f54e42b2
commit 7c99e30920

View File

@ -299,7 +299,7 @@ class acm_memory
}
$tables = array();
foreach($regs as $match)
foreach ($regs as $match)
{
if ($match[0][0] == 'F')
{
@ -448,4 +448,4 @@ class acm_memory
}
}
?>
?>