diff options
author | Tristan Darricau <github@nicofuma.fr> | 2014-05-15 01:17:02 +0200 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2014-05-15 01:17:02 +0200 |
commit | 7c99e309204d5647ae2eb246d5dc939e9e90c307 (patch) | |
tree | 8ba6461fac7e8b37c8cb5df18336955c9282e612 /phpBB/includes/acm | |
parent | b7f54e42b269374f018fe67ece11e63cf86b0c12 (diff) | |
download | forums-7c99e309204d5647ae2eb246d5dc939e9e90c307.tar forums-7c99e309204d5647ae2eb246d5dc939e9e90c307.tar.gz forums-7c99e309204d5647ae2eb246d5dc939e9e90c307.tar.bz2 forums-7c99e309204d5647ae2eb246d5dc939e9e90c307.tar.xz forums-7c99e309204d5647ae2eb246d5dc939e9e90c307.zip |
[ticket/11224] Fix coding style
PHPBB3-11224
Diffstat (limited to 'phpBB/includes/acm')
-rw-r--r-- | phpBB/includes/acm/acm_memory.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acm/acm_memory.php b/phpBB/includes/acm/acm_memory.php index 3182c5a942..2ed5e9902d 100644 --- a/phpBB/includes/acm/acm_memory.php +++ b/phpBB/includes/acm/acm_memory.php @@ -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 } } -?>
\ No newline at end of file +?> |