From f1d6b1be358fd0b7a389dd11a25e1377e3d884fb Mon Sep 17 00:00:00 2001 From: kenjis Date: Thu, 4 Apr 2024 10:11:00 +0900 Subject: [PATCH] style: fix indentations For consistency. --- app/.htaccess | 4 ++-- public/.htaccess | 2 +- tests/.htaccess | 4 ++-- user_guide_src/.htaccess | 4 ++-- writable/.htaccess | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/.htaccess b/app/.htaccess index f24db0accc73..3462048add78 100644 --- a/app/.htaccess +++ b/app/.htaccess @@ -1,6 +1,6 @@ - Require all denied + Require all denied - Deny from all + Deny from all diff --git a/public/.htaccess b/public/.htaccess index dbed322fdc1e..abac3cb6b949 100644 --- a/public/.htaccess +++ b/public/.htaccess @@ -45,5 +45,5 @@ Options -Indexes # Disable server signature start - ServerSignature Off +ServerSignature Off # Disable server signature end diff --git a/tests/.htaccess b/tests/.htaccess index f24db0accc73..3462048add78 100644 --- a/tests/.htaccess +++ b/tests/.htaccess @@ -1,6 +1,6 @@ - Require all denied + Require all denied - Deny from all + Deny from all diff --git a/user_guide_src/.htaccess b/user_guide_src/.htaccess index f24db0accc73..3462048add78 100644 --- a/user_guide_src/.htaccess +++ b/user_guide_src/.htaccess @@ -1,6 +1,6 @@ - Require all denied + Require all denied - Deny from all + Deny from all diff --git a/writable/.htaccess b/writable/.htaccess index f24db0accc73..3462048add78 100755 --- a/writable/.htaccess +++ b/writable/.htaccess @@ -1,6 +1,6 @@ - Require all denied + Require all denied - Deny from all + Deny from all