Passed
Push — master ( ce04c3...f35e7d )
by Vitalii
10:02
created
html/ops/batch_accel.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
 // accelerate batches if at least this frac done
30 30
 // can be set in project.inc
31 31
 //
32
-if (!defined('BATCH_ACCEL_MIN_FRAC_DONE')){
32
+if (!defined('BATCH_ACCEL_MIN_FRAC_DONE')) {
33 33
     define('BATCH_ACCEL_MIN_FRAC_DONE', .85);
34 34
 }
35 35
 
Please login to merge, or discard this patch.