[ticket/15287] Fix code style

PHPBB3-15287
This commit is contained in:
Rubén Calvo 2017-07-20 05:09:30 +02:00
parent ff86178667
commit a710bc616a

View file

@ -440,7 +440,7 @@ class filespec_storage
} }
} }
if($overwrite && $storage->exists($this->destination_file)) if ($overwrite && $storage->exists($this->destination_file))
{ {
$storage->delete($this->destination_file); $storage->delete($this->destination_file);
} }