Passed
Push — master ( 836585...2607e6 )
by Nirjhar
03:36
created
src/query.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 			// The Loop
31 31
 			if ( $the_query->have_posts() ) {
32 32
 				while ( $the_query->have_posts() ) {
33
-      		$the_query->the_post();
33
+	  		$the_query->the_post();
34 34
 	  			// Do Stuff
35 35
 				} // end while
36 36
 			} // endif
Please login to merge, or discard this patch.