[ci skip] Cleaned some spaces
diff --git a/system/.htaccess b/system/.htaccess
index 6c63ed4..97c65d2 100644
--- a/system/.htaccess
+++ b/system/.htaccess
@@ -1,6 +1,6 @@
 <IfModule authz_core_module>
-    Require all denied
+	Require all denied
 </IfModule>
 <IfModule !authz_core_module>
-    Deny from all
+	Deny from all
 </IfModule>
\ No newline at end of file