Passed
Pull Request — development (#3442)
by Elk
12:13 queued 06:23
created
sources/subs/Topic.subs.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2304,7 +2304,7 @@
 block discarded – undo
2304 2304
 	);
2305 2305
 
2306 2306
 	// When evaluating potentially huge offsets, grab the ids only, first.
2307
-    // The performance impact is still significant going from three columns to one.
2307
+	// The performance impact is still significant going from three columns to one.
2308 2308
 	$postMod = $modSettings['postmod_active'] && allowedTo('approve_posts');
2309 2309
 	$request = $db->fetchQuery('
2310 2310
 		SELECT 
Please login to merge, or discard this patch.