From d38ac6396d1a41c5b60824f4f782361e9713a7fe Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 5 Feb 2024 17:16:54 +0200 Subject: [PATCH] Fix indent --- virtual_feature.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtual_feature.pl b/virtual_feature.pl index a02b5ff..42c1c9c 100644 --- a/virtual_feature.pl +++ b/virtual_feature.pl @@ -3423,9 +3423,9 @@ sub feature_add_protected_dir 'type' => 1, 'members' => [ { 'name' => 'auth_basic', - 'words' => [ $opts->{'protected_name'} ] }, + 'words' => [ $opts->{'protected_name'} ] }, { 'name' => 'auth_basic_user_file', - 'words' => [ $opts->{'protected_user_file_path'} ] }, + 'words' => [ $opts->{'protected_user_file_path'} ] }, { 'name' => 'location', 'words' => [ '~', "\/\\".$opts->{'protected_user_file'}."\$" ], 'type' => 1,