Completed
Push — master ( 446e1f...a6ab9f )
by frank
02:48
created
classlesses/autoptimizeSpeedupper.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -85,13 +85,13 @@
 block discarded – undo
85 85
 }
86 86
 
87 87
 function ao_css_speedup_cleanup($cssin) {
88
-	// speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed
89
-	return trim(str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin));
88
+    // speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed
89
+    return trim(str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin));
90 90
 }
91 91
 
92 92
 function ao_js_speedup_cleanup($jsin) {
93
-	// cleanup
94
-	return trim($jsin);
93
+    // cleanup
94
+    return trim($jsin);
95 95
 }
96 96
 
97 97
 // conditionally attach filters
Please login to merge, or discard this patch.