[ticket/11424] Add space between control flow keywords and parenthesis

PHPBB3-11424
This commit is contained in:
Jakub Senko 2015-02-19 22:07:26 +01:00
parent 6f56dc8568
commit 8d6ab63fea

View file

@ -226,9 +226,9 @@ class mcp_main
break; break;
default: default:
if($quickmod) if ($quickmod)
{ {
switch($action) switch ($action)
{ {
case 'lock': case 'lock':
case 'unlock': case 'unlock':