1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-11 10:34:18 +02:00

clear whitespace

This commit is contained in:
Mikael Roos
2015-12-07 15:35:19 +01:00
parent 179469334a
commit 6e0c775ede
6 changed files with 31 additions and 28 deletions

View File

@@ -75,7 +75,7 @@ class CCache
{
$path = realpath($this->path . "/" . $subdir);
$exists = is_dir($path);
$exists = is_dir($path);
$res = $exists ? "exists" : "does not exist";
if ($exists) {