Completed
Push — master ( 7ce256...d2e04e )
by Vitalii
52s queued 15s
created
html/ops/clean_cache.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
 set_time_limit(0);
27 27
 
28
-function main(){
28
+function main() {
29 29
     echo "------- Starting at ".time_str(time())."-------\n";
30 30
 
31 31
     echo sprintf("max cache usage: %s\n", size_string(MAX_CACHE_USAGE));
Please login to merge, or discard this patch.