fixed indentation

This commit is contained in:
hyung-hwan 2015-02-04 07:46:53 +00:00
parent cce5c5be47
commit 7dc151b1c1

View File

@ -257,7 +257,7 @@ class User extends Controller
header ("Content-Type: image/png"); header ("Content-Type: image/png");
header ("Content-Length: $icon_size"); header ("Content-Length: $icon_size");
@readfile ($icon_path); @readfile ($icon_path);
return $icon_size; return;
} }
} }