From 7c99e309204d5647ae2eb246d5dc939e9e90c307 Mon Sep 17 00:00:00 2001 From: Tristan Darricau Date: Thu, 15 May 2014 01:17:02 +0200 Subject: [PATCH] [ticket/11224] Fix coding style PHPBB3-11224 --- phpBB/includes/acm/acm_memory.php | 4 ++-- 1 file 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 +?>