Completed
Push — master ( b6065c...378079 )
by frank
02:42
created
classlesses/autoptimizeSpeedupper.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -88,8 +88,8 @@
 block discarded – undo
88 88
 }
89 89
 
90 90
 function ao_css_snippet_filestartremover($cssin) {
91
-	// speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed
92
-	return str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin);
91
+    // speedupper results in aggregated CSS not being minified, so the filestart-marker AO adds when aggregating need to be removed
92
+    return str_replace(array('/*FILESTART*/','/*FILESTART2*/'),'',$cssin);
93 93
 }
94 94
 
95 95
 add_filter('autoptimize_css_individual_style','ao_css_snippetcache',10,2);
Please login to merge, or discard this patch.