Passed
Branch master (8f0f5b)
by Chris
04:16
created
lsx-sharing.php 2 patches
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 
15 15
 // If this file is called directly, abort.
16 16
 if ( ! defined('WPINC') ) {
17
-    die;
17
+	die;
18 18
 }
19 19
 
20 20
 define('LSX_SHARING_PATH', plugin_dir_path(__FILE__));
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
  * @return object \lsx\sharing\Sharing();
31 31
  */
32 32
 function lsx_sharing() {
33
-     $lsx_sharing = \lsx\sharing\Sharing::get_instance();
34
-    return $lsx_sharing;
33
+	 $lsx_sharing = \lsx\sharing\Sharing::get_instance();
34
+	return $lsx_sharing;
35 35
 }
36 36
 lsx_sharing();
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  */
14 14
 
15 15
 // If this file is called directly, abort.
16
-if ( ! defined('WPINC') ) {
16
+if ( ! defined('WPINC')) {
17 17
     die;
18 18
 }
19 19
 
Please login to merge, or discard this patch.