[ci skip] Indentation fix
diff --git a/tests/mocks/autoloader.php b/tests/mocks/autoloader.php
index 1bcde79..3394276 100644
--- a/tests/mocks/autoloader.php
+++ b/tests/mocks/autoloader.php
@@ -112,7 +112,7 @@
 
 	if ( ! file_exists($file))
 	{
-    return FALSE;
+		return FALSE;
 	}
 
 	include_once($file);