Passed
Branch master (b63a0a)
by ANDRE
02:38
created
simple-featured-image-column.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
  **/
11 11
 
12 12
   if ( !defined( 'ABSPATH' ) || preg_match('#' . basename( __FILE__ ) . '#',  $_SERVER['PHP_SELF'])) {
13
-    die( "Hey, dude! What are you doing here?" );
13
+	die( "Hey, dude! What are you doing here?" );
14 14
   }
15 15
 
16 16
   if ( !class_exists( 'Simple_Featured_Image_Column' ) ) {
Please login to merge, or discard this patch.